Html Css Color HEX #531406 Red Oxide

📋 copy color: '#531406'

red 83 ◦ green 20 ◦ blue 6

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

Shades of Red Oxide #531406

Tints of Red Oxide #531406

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

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

R = 76.15%
G = 18.35%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531406 (or 0x531406) is known color: Red Oxide. HEX triplet: 53, 14 and 06. RGB value is (83,20,6). Sum of RGB (Red+Green+Blue) = 83+20+6=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #531406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531406 is #ACEBF9. Grayscale: #252525. Windows color (decimal): -11332602 or 398419. OLE color: 398419.

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

Color convert

RGB 83 20 6 -
CMYK 0 0.76 0.93 0.67
HSL 10.91º 0.87% 0.17% -
HSV(B) 10.91º 0.93% 0.33% -
XYZ 3.85 2.35 0.42 -
YUV 37.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 83 20 6 0 0.76 0.93 0.67 10.91 0.87 0.17
Hex 53 14 6 0 4C 5D 43 B 57 11
Octal 123 24 6 0 114 135 103 13 127 21
Binary 1010011 10100 110 0 1001100 1011101 1000011 1011 1010111 10001

Color Harmonies of #531406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531406

Black with #531406

Text Example


Text Example

White with #531406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531406; }

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

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

background-color css

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

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

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

border-color css

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

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

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