Html Css Color HEX #550D08 Red Oxide

📋 copy color: '#550D08'

red 85 ◦ green 13 ◦ blue 8

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

Shades of Red Oxide #550D08

Tints of Red Oxide #550D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

 BLUE value IS 8 (3.52% from 255) = 7.55%

R = 80.19%
G = 12.26%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#550D08 (or 0x550D08) is known color: Red Oxide. HEX triplet: 55, 0D and 08. RGB value is (85,13,8). Sum of RGB (Red+Green+Blue) = 85+13+8=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #550D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D08 is #AAF2F7. Grayscale: #222222. Windows color (decimal): -11203320 or 527701. OLE color: 527701.

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

Color convert

RGB 85 13 8 -
CMYK 0 0.85 0.91 0.67
HSL 3.9º 0.83% 0.18% -
HSV(B) 3.9º 0.91% 0.33% -
XYZ 3.93 2.24 0.45 -
YUV 33.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 85 13 8 0 0.85 0.91 0.67 3.9 0.83 0.18
Hex 55 D 8 0 55 5B 43 4 53 12
Octal 125 15 10 0 125 133 103 4 123 22
Binary 1010101 1101 1000 0 1010101 1011011 1000011 100 1010011 10010

Color Harmonies of #550D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550D08

Black with #550D08

Text Example


Text Example

White with #550D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550D08; }

 p { color: rgb(85,13,8); }

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

background-color css

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

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

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

border-color css

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

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

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