#550706

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

Shades of Red Oxide #550706

Tints of Red Oxide #550706

Color information

#550706 (or 0x550706) is unknown color: approx Red Oxide. HEX triplet: 55, 07 and 06. RGB value is (85,7,6). Sum of RGB (Red+Green+Blue) = 85+7+6=98 (12% of max value = 765). Red value is 85 (33.59% from 255 or 86.73% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 85 - color contains mainly: red. Hex color #550706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550706 is #AAF8F9. Grayscale: #1E1E1E. Windows color (decimal): -11204858 or 395093. OLE color: 395093.

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

Color convert

RGB8576-
CMYK00.920.930.67
HSL0.76º86.81%17.84%-
HSV(B)0.76º92.94%33.33%-
XYZ3.862.10.37-
YUV30.21114.34167.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 86.73%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=86.73%
G=7.14%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal857600.920.930.670.7686.8117.84
Hex557605C5D4315712
Octal125760134135103112722
Binary101010111111001011100101110110000111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550706; }

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

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

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

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

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

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

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

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