Html Css Color HEX #531210 Red Oxide

📋 copy color: '#531210'

red 83 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #531210

Tints of Red Oxide #531210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 70.94%
G = 15.38%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#531210 (or 0x531210) is known color: Red Oxide. HEX triplet: 53, 12 and 10. RGB value is (83,18,16). Sum of RGB (Red+Green+Blue) = 83+18+16=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #531210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531210 is #ACEDEF. Grayscale: #252525. Windows color (decimal): -11333104 or 1053267. OLE color: 1053267.

HSL color Cylindrical-coordinate representation of color #531210: hue angle of 1.79º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531210 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 16 -
CMYK 0 0.78 0.81 0.67
HSL 1.79º 0.68% 0.19% -
HSV(B) 1.79º 0.81% 0.33% -
XYZ 3.88 2.31 0.73 -
YUV 37.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 83 18 16 0 0.78 0.81 0.67 1.79 0.68 0.19
Hex 53 12 10 0 4E 51 43 2 44 13
Octal 123 22 20 0 116 121 103 2 104 23
Binary 1010011 10010 10000 0 1001110 1010001 1000011 10 1000100 10011

Color Harmonies of #531210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531210

Black with #531210

Text Example


Text Example

White with #531210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531210; }

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

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

background-color css

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

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

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

border-color css

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

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

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