#551406

Color #551406 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #551406

Tints of Red Oxide #551406

Color information

#551406 (or 0x551406) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 06. RGB value is (85,20,6). Sum of RGB (Red+Green+Blue) = 85+20+6=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551406 is #AAEBF9. Grayscale: #252525. Windows color (decimal): -11201530 or 398421. OLE color: 398421.

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

Color convert

RGB85206-
CMYK00.760.930.67
HSL10.63º86.81%17.84%-
HSV(B)10.63º92.94%33.33%-
XYZ4.032.440.43-
YUV37.84110.03161.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 20 (8.20% from 255) = 18.02%
BLUE value IS 6 (2.73% from 255) = 5.41%
R=76.58%
G=18.02%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8520600.760.930.6710.6386.8117.84
Hex5514604C5D43b5712
Octal12524601141351031312722
Binary10101011010011001001100101110110000111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551406; }

 p { color: rgb(85,20,6); }

 H1.HeaderClassName
 {
   color: #551406;
 }
 .AnyTagClassName
 {
   color: #551406;
 }
</style>
background-color css

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

 a { background-color: rgb(85,20,6); }

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

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

 span { border-color: rgb(85,20,6); }

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