#551614

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

Shades of Red Oxide #551614

Tints of Red Oxide #551614

Color information

#551614 (or 0x551614) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 14. RGB value is (85,22,20). Sum of RGB (Red+Green+Blue) = 85+22+20=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551614 is #AAE9EB. Grayscale: #282828. Windows color (decimal): -11201004 or 1316437. OLE color: 1316437.

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

Color convert

RGB852220-
CMYK00.740.760.67
HSL1.85º61.9%20.59%-
HSV(B)1.85º76.47%33.33%-
XYZ4.162.560.94-
YUV40.61116.37159.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 22 (8.98% from 255) = 17.32%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=66.93%
G=17.32%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222000.740.760.671.8561.920.59
Hex55161404A4C4323e15
Octal1252624011211410327625
Binary1010101101101010001001010100110010000111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551614; }

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

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

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

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

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

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

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

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