#530706

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

Shades of Red Oxide #530706

Tints of Red Oxide #530706

Color information

#530706 (or 0x530706) is unknown color: approx Red Oxide. HEX triplet: 53, 07 and 06. RGB value is (83,7,6). Sum of RGB (Red+Green+Blue) = 83+7+6=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530706 is #ACF8F9. Grayscale: #1D1D1D. Windows color (decimal): -11335930 or 395091. OLE color: 395091.

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

Color convert

RGB8376-
CMYK00.920.930.67
HSL0.78º86.52%17.45%-
HSV(B)0.78º92.77%32.55%-
XYZ3.6820.37-
YUV29.61114.68166.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=86.46%
G=7.29%
B=6.25%

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
Decimal837600.920.930.670.7886.5217.45
Hex537605C5D4315711
Octal123760134135103112721
Binary101001111111001011100101110110000111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530706; }

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

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

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

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

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

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

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

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