Html Css Color HEX #531006 Red Oxide

📋 copy color: '#531006'

red 83 ◦ green 16 ◦ blue 6

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

Shades of Red Oxide #531006

Tints of Red Oxide #531006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 79.05%
G = 15.24%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#531006 (or 0x531006) is known color: Red Oxide. HEX triplet: 53, 10 and 06. RGB value is (83,16,6). Sum of RGB (Red+Green+Blue) = 83+16+6=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 6 (2.73% from 255 or 5.71% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #531006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531006 is #ACEFF9. Grayscale: #222222. Windows color (decimal): -11333626 or 397395. OLE color: 397395.

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

Color convert

RGB 83 16 6 -
CMYK 0 0.81 0.93 0.67
HSL 7.79º 0.87% 0.17% -
HSV(B) 7.79º 0.93% 0.33% -
XYZ 3.79 2.22 0.4 -
YUV 34.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 83 16 6 0 0.81 0.93 0.67 7.79 0.87 0.17
Hex 53 10 6 0 51 5D 43 8 57 11
Octal 123 20 6 0 121 135 103 10 127 21
Binary 1010011 10000 110 0 1010001 1011101 1000011 1000 1010111 10001

Color Harmonies of #531006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531006

Black with #531006

Text Example


Text Example

White with #531006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531006; }

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

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

background-color css

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

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

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

border-color css

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

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

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