Html Css Color HEX #550000 Maroon

📋 copy color: '#550000'

red 85 ◦ green 0 ◦ blue 0

#550000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #550000

Tints of Maroon #550000

RGB

 RED value IS 85 (33.59% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#550000 (or 0x550000) is known color: Maroon. HEX triplet: 55, 00 and 00. RGB value is (85,0,0). Sum of RGB (Red+Green+Blue) = 85+0+0=85 (11% of max value = 765). Red value is 85 (33.59% from 255 or 100% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 85 - color contains mainly: red. Hex color #550000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550000 is #AAFFFF. Grayscale: #191919. Windows color (decimal): -11206656 or 85. OLE color: 85.

HSL color Cylindrical-coordinate representation of color #550000: hue angle of 0º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 0 0 -
CMYK 0 1 1 0.67
HSL 1% 0.17% -
HSV(B) 1% 0.33% -
XYZ 3.75 1.93 0.18 -
YUV 25.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 85 0 0 0 1 1 0.67 0 1 0.17
Hex 55 0 0 0 64 64 43 0 64 11
Octal 125 0 0 0 144 144 103 0 144 21
Binary 1010101 0 0 0 1100100 1100100 1000011 0 1100100 10001

Color Harmonies of #550000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550000

Black with #550000

Text Example


Text Example

White with #550000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550000; }

 p { color: rgb(85,0,0); }

 H1.HeaderClassName
 {
   color: #550000;
 }
 .AnyTagClassName
 {
   color: #550000;
 }
</style>

background-color css

<style>
 a { background-color: #550000; }

 a { background-color: rgb(85,0,0); }

 div.DivClassName
 {
   background-color: #550000;
 }
 .BgClassName
 {
   background-color: #550000;
 }
</style>

border-color css

<style>
 span { border-color: #550000; }

 span { border-color: rgb(85,0,0); }

 td.TdClassName
 {
   border-color: #550000;
 }
 .TagClassName
 {
   border-color: #550000;
 }
</style>