Html Css Color HEX #531200 Red Oxide

📋 copy color: '#531200'

red 83 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #531200

Tints of Red Oxide #531200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.18%
G = 17.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531200 (or 0x531200) is known color: Red Oxide. HEX triplet: 53, 12 and 00. RGB value is (83,18,0). Sum of RGB (Red+Green+Blue) = 83+18+0=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #531200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531200 is #ACEDFF. Grayscale: #232323. Windows color (decimal): -11333120 or 4691. OLE color: 4691.

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

Color convert

RGB 83 18 0 -
CMYK 0 0.78 1 0.67
HSL 13.01º 1% 0.16% -
HSV(B) 13.01º 1% 0.33% -
XYZ 3.78 2.27 0.24 -
YUV 35.38 108.03 161.96 -
System Red Green Blue C M Y K H S L
Decimal 83 18 0 0 0.78 1 0.67 13.01 1 0.16
Hex 53 12 0 0 4E 64 43 D 64 10
Octal 123 22 0 0 116 144 103 15 144 20
Binary 1010011 10010 0 0 1001110 1100100 1000011 1101 1100100 10000

Color Harmonies of #531200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531200

Black with #531200

Text Example


Text Example

White with #531200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531200; }

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

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

background-color css

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

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

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

border-color css

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

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

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