Html Css Color HEX #551608 Red Oxide

📋 copy color: '#551608'

red 85 ◦ green 22 ◦ blue 8

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

Shades of Red Oxide #551608

Tints of Red Oxide #551608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.13%

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

R = 73.91%
G = 19.13%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551608 (or 0x551608) is known color: Red Oxide. HEX triplet: 55, 16 and 08. RGB value is (85,22,8). Sum of RGB (Red+Green+Blue) = 85+22+8=115 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.91% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 85 - color contains mainly: red. Hex color #551608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551608 is #AAE9F7. Grayscale: #272727. Windows color (decimal): -11201016 or 530005. OLE color: 530005.

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

Color convert

RGB 85 22 8 -
CMYK 0 0.74 0.91 0.67
HSL 10.91º 0.83% 0.18% -
HSV(B) 10.91º 0.91% 0.33% -
XYZ 4.08 2.52 0.5 -
YUV 39.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 85 22 8 0 0.74 0.91 0.67 10.91 0.83 0.18
Hex 55 16 8 0 4A 5B 43 B 53 12
Octal 125 26 10 0 112 133 103 13 123 22
Binary 1010101 10110 1000 0 1001010 1011011 1000011 1011 1010011 10010

Color Harmonies of #551608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551608

Black with #551608

Text Example


Text Example

White with #551608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551608; }

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

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

background-color css

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

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

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

border-color css

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

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

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