#551F1E

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

Shades of Red Oxide #551F1E

Tints of Red Oxide #551F1E

Color information

#551F1E (or 0x551F1E) is unknown color: approx Red Oxide. HEX triplet: 55, 1F and 1E. RGB value is (85,31,30). Sum of RGB (Red+Green+Blue) = 85+31+30=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F1E is #AAE0E1. Grayscale: #2F2F2F. Windows color (decimal): -11198690 or 1974101. OLE color: 1974101.

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

Color convert

RGB853130-
CMYK00.640.650.67
HSL1.09º47.83%22.55%-
HSV(B)1.09º64.71%33.33%-
XYZ4.473.011.57-
YUV47.03118.39155.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 30 (12.11% from 255) = 20.55%
R=58.22%
G=21.23%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85313000.640.650.671.0947.8322.55
Hex551F1E040414313017
Octal1253736010010110316027
Binary101010111111111100100000010000011000011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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