Html Css Color HEX #531713 Red Oxide

📋 copy color: '#531713'

red 83 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #531713

Tints of Red Oxide #531713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.2%

R = 66.4%
G = 18.4%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531713 (or 0x531713) is known color: Red Oxide. HEX triplet: 53, 17 and 13. RGB value is (83,23,19). Sum of RGB (Red+Green+Blue) = 83+23+19=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531713 is #ACE8EC. Grayscale: #282828. Windows color (decimal): -11331821 or 1251155. OLE color: 1251155.

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

Color convert

RGB 83 23 19 -
CMYK 0 0.72 0.77 0.67
HSL 3.75º 0.63% 0.2% -
HSV(B) 3.75º 0.77% 0.33% -
XYZ 3.99 2.5 0.89 -
YUV 40.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 83 23 19 0 0.72 0.77 0.67 3.75 0.63 0.2
Hex 53 17 13 0 48 4D 43 4 3F 14
Octal 123 27 23 0 110 115 103 4 77 24
Binary 1010011 10111 10011 0 1001000 1001101 1000011 100 111111 10100

Color Harmonies of #531713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531713

Black with #531713

Text Example


Text Example

White with #531713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531713; }

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

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

background-color css

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

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

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

border-color css

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

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

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