#551E19

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

Shades of Red Oxide #551E19

Tints of Red Oxide #551E19

Color information

#551E19 (or 0x551E19) is unknown color: approx Red Oxide. HEX triplet: 55, 1E and 19. RGB value is (85,30,25). Sum of RGB (Red+Green+Blue) = 85+30+25=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551E19 is #AAE1E6. Grayscale: #2D2D2D. Windows color (decimal): -11198951 or 1646165. OLE color: 1646165.

HSL color Cylindrical-coordinate representation of color #551E19: hue angle of 5º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #551E19 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB853025-
CMYK00.650.710.67
HSL54.55%21.57%-
HSV(B)70.59%33.33%-
XYZ4.392.931.25-
YUV45.88116.22155.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=60.71%
G=21.43%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85302500.650.710.67554.5521.57
Hex551E19041474353716
Octal1253631010110710356726
Binary10101011111011001010000011000111100001110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,25); }

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

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

 a { background-color: rgb(85,30,25); }

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

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

 span { border-color: rgb(85,30,25); }

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