#550E0B

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

Shades of Red Oxide #550E0B

Tints of Red Oxide #550E0B

Color information

#550E0B (or 0x550E0B) is unknown color: approx Red Oxide. HEX triplet: 55, 0E and 0B. RGB value is (85,14,11). Sum of RGB (Red+Green+Blue) = 85+14+11=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550E0B is #AAF1F4. Grayscale: #222222. Windows color (decimal): -11203061 or 724565. OLE color: 724565.

HSL color Cylindrical-coordinate representation of color #550E0B: hue angle of 2.43º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #550E0B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB851411-
CMYK00.840.870.67
HSL2.43º77.08%18.82%-
HSV(B)2.43º87.06%33.33%-
XYZ3.962.270.55-
YUV34.89114.52163.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 14 (5.86% from 255) = 12.73%
BLUE value IS 11 (4.69% from 255) = 10%
R=77.27%
G=12.73%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85141100.840.870.672.4377.0818.82
Hex55EB054574324d13
Octal12516130124127103211523
Binary101010111101011010101001010111100001110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550E0B; }

 p { color: rgb(85,14,11); }

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

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

 a { background-color: rgb(85,14,11); }

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

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

 span { border-color: rgb(85,14,11); }

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