Html Css Color HEX #531300 Red Oxide

📋 copy color: '#531300'

red 83 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #531300

Tints of Red Oxide #531300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.63%

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

R = 81.37%
G = 18.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531300 (or 0x531300) is known color: Red Oxide. HEX triplet: 53, 13 and 00. RGB value is (83,19,0). Sum of RGB (Red+Green+Blue) = 83+19+0=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #531300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531300 is #ACECFF. Grayscale: #242424. Windows color (decimal): -11332864 or 4947. OLE color: 4947.

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

Color convert

RGB 83 19 0 -
CMYK 0 0.77 1 0.67
HSL 13.73º 1% 0.16% -
HSV(B) 13.73º 1% 0.33% -
XYZ 3.8 2.3 0.24 -
YUV 35.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 83 19 0 0 0.77 1 0.67 13.73 1 0.16
Hex 53 13 0 0 4D 64 43 E 64 10
Octal 123 23 0 0 115 144 103 16 144 20
Binary 1010011 10011 0 0 1001101 1100100 1000011 1110 1100100 10000

Color Harmonies of #531300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531300

Black with #531300

Text Example


Text Example

White with #531300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531300; }

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

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

background-color css

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

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

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

border-color css

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

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

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