Html Css Color HEX #531512 Red Oxide

📋 copy color: '#531512'

red 83 ◦ green 21 ◦ blue 18

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

Shades of Red Oxide #531512

Tints of Red Oxide #531512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 68.03%
G = 17.21%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531512 (or 0x531512) is known color: Red Oxide. HEX triplet: 53, 15 and 12. RGB value is (83,21,18). Sum of RGB (Red+Green+Blue) = 83+21+18=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531512 is #ACEAED. Grayscale: #272727. Windows color (decimal): -11332334 or 1185107. OLE color: 1185107.

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

Color convert

RGB 83 21 18 -
CMYK 0 0.75 0.78 0.67
HSL 2.77º 0.64% 0.2% -
HSV(B) 2.77º 0.78% 0.33% -
XYZ 3.94 2.42 0.83 -
YUV 39.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 83 21 18 0 0.75 0.78 0.67 2.77 0.64 0.2
Hex 53 15 12 0 4B 4E 43 3 40 14
Octal 123 25 22 0 113 116 103 3 100 24
Binary 1010011 10101 10010 0 1001011 1001110 1000011 11 1000000 10100

Color Harmonies of #531512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531512

Black with #531512

Text Example


Text Example

White with #531512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531512; }

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

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

background-color css

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

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

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

border-color css

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

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

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