Html Css Color HEX #531201 Red Oxide

📋 copy color: '#531201'

red 83 ◦ green 18 ◦ blue 1

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

Shades of Red Oxide #531201

Tints of Red Oxide #531201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 81.37%
G = 17.65%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#531201 (or 0x531201) is known color: Red Oxide. HEX triplet: 53, 12 and 01. RGB value is (83,18,1). Sum of RGB (Red+Green+Blue) = 83+18+1=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531201 is #ACEDFE. Grayscale: #232323. Windows color (decimal): -11333119 or 70227. OLE color: 70227.

HSL color Cylindrical-coordinate representation of color #531201: hue angle of 12.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #531201 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 1 -
CMYK 0 0.78 0.99 0.67
HSL 12.44º 0.98% 0.16% -
HSV(B) 12.44º 0.99% 0.33% -
XYZ 3.79 2.27 0.27 -
YUV 35.5 108.53 161.88 -
System Red Green Blue C M Y K H S L
Decimal 83 18 1 0 0.78 0.99 0.67 12.44 0.98 0.16
Hex 53 12 1 0 4E 63 43 C 62 10
Octal 123 22 1 0 116 143 103 14 142 20
Binary 1010011 10010 1 0 1001110 1100011 1000011 1100 1100010 10000

Color Harmonies of #531201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531201

Black with #531201

Text Example


Text Example

White with #531201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531201; }

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

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

background-color css

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

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

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

border-color css

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

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

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