#530E06

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

Shades of Red Oxide #530E06

Tints of Red Oxide #530E06

Color information

#530E06 (or 0x530E06) is unknown color: approx Red Oxide. HEX triplet: 53, 0E and 06. RGB value is (83,14,6). Sum of RGB (Red+Green+Blue) = 83+14+6=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530E06 is #ACF1F9. Grayscale: #212121. Windows color (decimal): -11334138 or 396883. OLE color: 396883.

HSL color Cylindrical-coordinate representation of color #530E06: hue angle of 6.23º 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 #530E06 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83146-
CMYK00.830.930.67
HSL6.23º86.52%17.45%-
HSV(B)6.23º92.77%32.55%-
XYZ3.762.170.39-
YUV33.72112.36163.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 14 (5.86% from 255) = 13.59%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=80.58%
G=13.59%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314600.830.930.676.2386.5217.45
Hex53E60535D4365711
Octal1231660123135103612721
Binary101001111101100101001110111011000011110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530E06; }

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

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

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

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

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

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

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

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