Html Css Color HEX #530806 Red Oxide

📋 copy color: '#530806'

red 83 ◦ green 8 ◦ blue 6

#530806
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #530806

Tints of Red Oxide #530806

RGB

 RED value IS 83 (32.81% from 255) = 85.57%

 GREEN value IS 8 (3.52% from 255) = 8.25%

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 85.57%
G = 8.25%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#530806 (or 0x530806) is known color: Red Oxide. HEX triplet: 53, 08 and 06. RGB value is (83,8,6). Sum of RGB (Red+Green+Blue) = 83+8+6=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530806 is #ACF7F9. Grayscale: #1E1E1E. Windows color (decimal): -11335674 or 395347. OLE color: 395347.

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

Color convert

RGB 83 8 6 -
CMYK 0 0.90 0.93 0.67
HSL 1.56º 0.87% 0.17% -
HSV(B) 1.56º 0.93% 0.33% -
XYZ 3.69 2.03 0.37 -
YUV 30.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 83 8 6 0 0.90 0.93 0.67 1.56 0.87 0.17
Hex 53 8 6 0 5A 5D 43 2 57 11
Octal 123 10 6 0 132 135 103 2 127 21
Binary 1010011 1000 110 0 1011010 1011101 1000011 10 1010111 10001

Color Harmonies of #530806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530806

Black with #530806

Text Example


Text Example

White with #530806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530806; }

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

 H1.HeaderClassName
 {
   color: #530806;
 }
 .AnyTagClassName
 {
   color: #530806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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