#550D07

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

Shades of Red Oxide #550D07

Tints of Red Oxide #550D07

Color information

#550D07 (or 0x550D07) is unknown color: approx Red Oxide. HEX triplet: 55, 0D and 07. RGB value is (85,13,7). Sum of RGB (Red+Green+Blue) = 85+13+7=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550D07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D07 is #AAF2F8. Grayscale: #212121. Windows color (decimal): -11203321 or 462165. OLE color: 462165.

HSL color Cylindrical-coordinate representation of color #550D07: hue angle of 4.62º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550D07 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85137-
CMYK00.850.920.67
HSL4.62º84.78%18.04%-
HSV(B)4.62º91.76%33.33%-
XYZ3.932.230.43-
YUV33.84112.85164.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=80.95%
G=12.38%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513700.850.920.674.6284.7818.04
Hex55D70555C4355512
Octal1251570125134103512522
Binary101010111011110101010110111001000011101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,13,7); }

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

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

 a { background-color: rgb(85,13,7); }

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

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

 span { border-color: rgb(85,13,7); }

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