#551C14

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

Shades of Red Oxide #551C14

Tints of Red Oxide #551C14

Color information

#551C14 (or 0x551C14) is unknown color: approx Red Oxide. HEX triplet: 55, 1C and 14. RGB value is (85,28,20). Sum of RGB (Red+Green+Blue) = 85+28+20=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551C14 is #AAE3EB. Grayscale: #2C2C2C. Windows color (decimal): -11199468 or 1317973. OLE color: 1317973.

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

Color convert

RGB852820-
CMYK00.670.760.67
HSL7.38º61.9%20.59%-
HSV(B)7.38º76.47%33.33%-
XYZ4.292.810.98-
YUV44.13114.38157.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 28 (11.33% from 255) = 21.05%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=63.91%
G=21.05%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85282000.670.760.677.3861.920.59
Hex551C140434C4373e15
Octal1253424010311410377625
Binary10101011110010100010000111001100100001111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551C14; }

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

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

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

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

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

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

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

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