Html Css Color HEX #531813 Red Oxide

📋 copy color: '#531813'

red 83 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #531813

Tints of Red Oxide #531813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.05%

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

R = 65.87%
G = 19.05%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531813 (or 0x531813) is known color: Red Oxide. HEX triplet: 53, 18 and 13. RGB value is (83,24,19). Sum of RGB (Red+Green+Blue) = 83+24+19=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #531813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531813 is #ACE7EC. Grayscale: #292929. Windows color (decimal): -11331565 or 1251411. OLE color: 1251411.

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

Color convert

RGB 83 24 19 -
CMYK 0 0.71 0.77 0.67
HSL 4.69º 0.63% 0.2% -
HSV(B) 4.69º 0.77% 0.33% -
XYZ 4.01 2.54 0.89 -
YUV 41.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 83 24 19 0 0.71 0.77 0.67 4.69 0.63 0.2
Hex 53 18 13 0 47 4D 43 5 3F 14
Octal 123 30 23 0 107 115 103 5 77 24
Binary 1010011 11000 10011 0 1000111 1001101 1000011 101 111111 10100

Color Harmonies of #531813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531813

Black with #531813

Text Example


Text Example

White with #531813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531813; }

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

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

background-color css

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

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

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

border-color css

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

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

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