Html Css Color HEX #531A10 Red Oxide

📋 copy color: '#531A10'

red 83 ◦ green 26 ◦ blue 16

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

Shades of Red Oxide #531A10

Tints of Red Oxide #531A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.8%

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

R = 66.4%
G = 20.8%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#531A10 (or 0x531A10) is known color: Red Oxide. HEX triplet: 53, 1A and 10. RGB value is (83,26,16). Sum of RGB (Red+Green+Blue) = 83+26+16=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #531A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A10 is #ACE5EF. Grayscale: #292929. Windows color (decimal): -11331056 or 1055315. OLE color: 1055315.

HSL color Cylindrical-coordinate representation of color #531A10: hue angle of 8.96º 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 #531A10 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 26 16 -
CMYK 0 0.69 0.81 0.67
HSL 8.96º 0.68% 0.19% -
HSV(B) 8.96º 0.81% 0.33% -
XYZ 4.03 2.62 0.78 -
YUV 41.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 83 26 16 0 0.69 0.81 0.67 8.96 0.68 0.19
Hex 53 1A 10 0 45 51 43 9 44 13
Octal 123 32 20 0 105 121 103 11 104 23
Binary 1010011 11010 10000 0 1000101 1010001 1000011 1001 1000100 10011

Color Harmonies of #531A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A10

Black with #531A10

Text Example


Text Example

White with #531A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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