Html Css Color HEX #531810 Red Oxide

📋 copy color: '#531810'

red 83 ◦ green 24 ◦ blue 16

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

Shades of Red Oxide #531810

Tints of Red Oxide #531810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 67.48%
G = 19.51%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#531810 (or 0x531810) is known color: Red Oxide. HEX triplet: 53, 18 and 10. RGB value is (83,24,16). Sum of RGB (Red+Green+Blue) = 83+24+16=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #531810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531810 is #ACE7EF. Grayscale: #282828. Windows color (decimal): -11331568 or 1054803. OLE color: 1054803.

HSL color Cylindrical-coordinate representation of color #531810: hue angle of 7.16º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531810 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 16 -
CMYK 0 0.71 0.81 0.67
HSL 7.16º 0.68% 0.19% -
HSV(B) 7.16º 0.81% 0.33% -
XYZ 3.99 2.53 0.77 -
YUV 40.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 83 24 16 0 0.71 0.81 0.67 7.16 0.68 0.19
Hex 53 18 10 0 47 51 43 7 44 13
Octal 123 30 20 0 107 121 103 7 104 23
Binary 1010011 11000 10000 0 1000111 1010001 1000011 111 1000100 10011

Color Harmonies of #531810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531810

Black with #531810

Text Example


Text Example

White with #531810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531810; }

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

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

background-color css

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

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

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

border-color css

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

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

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