Html Css Color HEX #551205 Red Oxide

📋 copy color: '#551205'

red 85 ◦ green 18 ◦ blue 5

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

Shades of Red Oxide #551205

Tints of Red Oxide #551205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

 BLUE value IS 5 (2.34% from 255) = 4.63%

R = 78.7%
G = 16.67%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#551205 (or 0x551205) is known color: Red Oxide. HEX triplet: 55, 12 and 05. RGB value is (85,18,5). Sum of RGB (Red+Green+Blue) = 85+18+5=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551205 is #AAEDFA. Grayscale: #242424. Windows color (decimal): -11202043 or 332373. OLE color: 332373.

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

Color convert

RGB 85 18 5 -
CMYK 0 0.79 0.94 0.67
HSL 9.75º 0.89% 0.18% -
HSV(B) 9.75º 0.94% 0.33% -
XYZ 3.99 2.37 0.39 -
YUV 36.55 110.2 162.56 -
System Red Green Blue C M Y K H S L
Decimal 85 18 5 0 0.79 0.94 0.67 9.75 0.89 0.18
Hex 55 12 5 0 4F 5E 43 A 59 12
Octal 125 22 5 0 117 136 103 12 131 22
Binary 1010101 10010 101 0 1001111 1011110 1000011 1010 1011001 10010

Color Harmonies of #551205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551205

Black with #551205

Text Example


Text Example

White with #551205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551205; }

 p { color: rgb(85,18,5); }

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

background-color css

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

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

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

border-color css

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

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

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