Html Css Color HEX #551508 Red Oxide

📋 copy color: '#551508'

red 85 ◦ green 21 ◦ blue 8

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

Shades of Red Oxide #551508

Tints of Red Oxide #551508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 74.56%
G = 18.42%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551508 (or 0x551508) is known color: Red Oxide. HEX triplet: 55, 15 and 08. RGB value is (85,21,8). Sum of RGB (Red+Green+Blue) = 85+21+8=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551508 is #AAEAF7. Grayscale: #262626. Windows color (decimal): -11201272 or 529749. OLE color: 529749.

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

Color convert

RGB 85 21 8 -
CMYK 0 0.75 0.91 0.67
HSL 10.13º 0.83% 0.18% -
HSV(B) 10.13º 0.91% 0.33% -
XYZ 4.06 2.49 0.5 -
YUV 38.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 85 21 8 0 0.75 0.91 0.67 10.13 0.83 0.18
Hex 55 15 8 0 4B 5B 43 A 53 12
Octal 125 25 10 0 113 133 103 12 123 22
Binary 1010101 10101 1000 0 1001011 1011011 1000011 1010 1010011 10010

Color Harmonies of #551508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551508

Black with #551508

Text Example


Text Example

White with #551508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551508; }

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

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

background-color css

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

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

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

border-color css

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

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

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