Html Css Color HEX #531400 Red Oxide

📋 copy color: '#531400'

red 83 ◦ green 20 ◦ blue 0

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

Shades of Red Oxide #531400

Tints of Red Oxide #531400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.42%

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

R = 80.58%
G = 19.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#531400 (or 0x531400) is known color: Red Oxide. HEX triplet: 53, 14 and 00. RGB value is (83,20,0). Sum of RGB (Red+Green+Blue) = 83+20+0=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #531400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531400 is #ACEBFF. Grayscale: #242424. Windows color (decimal): -11332608 or 5203. OLE color: 5203.

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

Color convert

RGB 83 20 0 -
CMYK 0 0.76 1 0.67
HSL 14.46º 1% 0.16% -
HSV(B) 14.46º 1% 0.33% -
XYZ 3.82 2.34 0.25 -
YUV 36.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 83 20 0 0 0.76 1 0.67 14.46 1 0.16
Hex 53 14 0 0 4C 64 43 E 64 10
Octal 123 24 0 0 114 144 103 16 144 20
Binary 1010011 10100 0 0 1001100 1100100 1000011 1110 1100100 10000

Color Harmonies of #531400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531400

Black with #531400

Text Example


Text Example

White with #531400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531400; }

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

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

background-color css

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

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

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

border-color css

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

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

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