#55150F

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

Shades of Red Oxide #55150F

Tints of Red Oxide #55150F

Color information

#55150F (or 0x55150F) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 0F. RGB value is (85,21,15). Sum of RGB (Red+Green+Blue) = 85+21+15=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #55150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #55150F is #AAEAF0. Grayscale: #272727. Windows color (decimal): -11201265 or 988501. OLE color: 988501.

HSL color Cylindrical-coordinate representation of color #55150F: hue angle of 5.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55150F is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB852115-
CMYK00.750.820.67
HSL5.14º70%19.61%-
HSV(B)5.14º82.35%33.33%-
XYZ4.12.50.72-
YUV39.45114.2160.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=70.25%
G=17.36%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85211500.750.820.675.147019.61
Hex5515F04B524354614
Octal12525170113122103510624
Binary10101011010111110100101110100101000011101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55150F; }

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

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

<style>
 a { background-color: #55150F; }

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

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

<style>
 span { border-color: #55150F; }

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

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