Html Css Color HEX #551808 Red Oxide

📋 copy color: '#551808'

red 85 ◦ green 24 ◦ blue 8

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

Shades of Red Oxide #551808

Tints of Red Oxide #551808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.51%

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

R = 72.65%
G = 20.51%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551808 (or 0x551808) is known color: Red Oxide. HEX triplet: 55, 18 and 08. RGB value is (85,24,8). Sum of RGB (Red+Green+Blue) = 85+24+8=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551808 is #AAE7F7. Grayscale: #282828. Windows color (decimal): -11200504 or 530517. OLE color: 530517.

HSL color Cylindrical-coordinate representation of color #551808: hue angle of 12.47º 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 #551808 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 24 8 -
CMYK 0 0.72 0.91 0.67
HSL 12.47º 0.83% 0.18% -
HSV(B) 12.47º 0.91% 0.33% -
XYZ 4.12 2.6 0.52 -
YUV 40.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 85 24 8 0 0.72 0.91 0.67 12.47 0.83 0.18
Hex 55 18 8 0 48 5B 43 C 53 12
Octal 125 30 10 0 110 133 103 14 123 22
Binary 1010101 11000 1000 0 1001000 1011011 1000011 1100 1010011 10010

Color Harmonies of #551808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551808

Black with #551808

Text Example


Text Example

White with #551808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551808; }

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

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

background-color css

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

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

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

border-color css

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

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

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