#550F0A

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

Shades of Red Oxide #550F0A

Tints of Red Oxide #550F0A

Color information

#550F0A (or 0x550F0A) is unknown color: approx Red Oxide. HEX triplet: 55, 0F and 0A. RGB value is (85,15,10). Sum of RGB (Red+Green+Blue) = 85+15+10=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550F0A is #AAF0F5. Grayscale: #232323. Windows color (decimal): -11202806 or 659285. OLE color: 659285.

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

Color convert

RGB851510-
CMYK00.820.880.67
HSL78.95%18.63%-
HSV(B)88.24%33.33%-
XYZ3.972.290.52-
YUV35.36113.69163.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 10 (4.30% from 255) = 9.09%
R=77.27%
G=13.64%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85151000.820.880.67478.9518.63
Hex55FA052584344f13
Octal12517120122130103411723
Binary1010101111110100101001010110001000011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,15,10); }

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

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

 a { background-color: rgb(85,15,10); }

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

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

 span { border-color: rgb(85,15,10); }

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