Html Css Color HEX #531912 Red Oxide

📋 copy color: '#531912'

red 83 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #531912

Tints of Red Oxide #531912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 18 (7.42% from 255) = 14.29%

R = 65.87%
G = 19.84%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531912 (or 0x531912) is known color: Red Oxide. HEX triplet: 53, 19 and 12. RGB value is (83,25,18). Sum of RGB (Red+Green+Blue) = 83+25+18=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531912 is #ACE6ED. Grayscale: #292929. Windows color (decimal): -11331310 or 1186131. OLE color: 1186131.

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

Color convert

RGB 83 25 18 -
CMYK 0 0.70 0.78 0.67
HSL 6.46º 0.64% 0.2% -
HSV(B) 6.46º 0.78% 0.33% -
XYZ 4.02 2.58 0.86 -
YUV 41.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 83 25 18 0 0.70 0.78 0.67 6.46 0.64 0.2
Hex 53 19 12 0 46 4E 43 6 40 14
Octal 123 31 22 0 106 116 103 6 100 24
Binary 1010011 11001 10010 0 1000110 1001110 1000011 110 1000000 10100

Color Harmonies of #531912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531912

Black with #531912

Text Example


Text Example

White with #531912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531912; }

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

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

background-color css

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

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

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

border-color css

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

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

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