Html Css Color HEX #531106 Red Oxide

📋 copy color: '#531106'

red 83 ◦ green 17 ◦ blue 6

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

Shades of Red Oxide #531106

Tints of Red Oxide #531106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 78.3%
G = 16.04%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531106 (or 0x531106) is known color: Red Oxide. HEX triplet: 53, 11 and 06. RGB value is (83,17,6). Sum of RGB (Red+Green+Blue) = 83+17+6=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #531106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531106 is #ACEEF9. Grayscale: #232323. Windows color (decimal): -11333370 or 397651. OLE color: 397651.

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

Color convert

RGB 83 17 6 -
CMYK 0 0.80 0.93 0.67
HSL 8.57º 0.87% 0.17% -
HSV(B) 8.57º 0.93% 0.33% -
XYZ 3.8 2.25 0.41 -
YUV 35.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 83 17 6 0 0.80 0.93 0.67 8.57 0.87 0.17
Hex 53 11 6 0 50 5D 43 9 57 11
Octal 123 21 6 0 120 135 103 11 127 21
Binary 1010011 10001 110 0 1010000 1011101 1000011 1001 1010111 10001

Color Harmonies of #531106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531106

Black with #531106

Text Example


Text Example

White with #531106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531106; }

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

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

background-color css

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

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

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

border-color css

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

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

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