Html Css Color HEX #531712 Red Oxide

📋 copy color: '#531712'

red 83 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #531712

Tints of Red Oxide #531712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 66.94%
G = 18.55%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#531712 (or 0x531712) is known color: Red Oxide. HEX triplet: 53, 17 and 12. RGB value is (83,23,18). Sum of RGB (Red+Green+Blue) = 83+23+18=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531712 is #ACE8ED. Grayscale: #282828. Windows color (decimal): -11331822 or 1185619. OLE color: 1185619.

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

Color convert

RGB 83 23 18 -
CMYK 0 0.72 0.78 0.67
HSL 4.62º 0.64% 0.2% -
HSV(B) 4.62º 0.78% 0.33% -
XYZ 3.98 2.5 0.84 -
YUV 40.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 83 23 18 0 0.72 0.78 0.67 4.62 0.64 0.2
Hex 53 17 12 0 48 4E 43 5 40 14
Octal 123 27 22 0 110 116 103 5 100 24
Binary 1010011 10111 10010 0 1001000 1001110 1000011 101 1000000 10100

Color Harmonies of #531712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531712

Black with #531712

Text Example


Text Example

White with #531712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531712; }

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

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

background-color css

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

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

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

border-color css

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

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

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