Html Css Color HEX #531313 Red Oxide

📋 copy color: '#531313'

red 83 ◦ green 19 ◦ blue 19

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

Shades of Red Oxide #531313

Tints of Red Oxide #531313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 68.6%
G = 15.7%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#531313 (or 0x531313) is known color: Red Oxide. HEX triplet: 53, 13 and 13. RGB value is (83,19,19). Sum of RGB (Red+Green+Blue) = 83+19+19=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531313 is #ACECEC. Grayscale: #262626. Windows color (decimal): -11332845 or 1250131. OLE color: 1250131.

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

Color convert

RGB 83 19 19 -
CMYK 0 0.77 0.77 0.67
HSL 0.63% 0.2% -
HSV(B) 0.77% 0.33% -
XYZ 3.92 2.35 0.86 -
YUV 38.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 83 19 19 0 0.77 0.77 0.67 0 0.63 0.2
Hex 53 13 13 0 4D 4D 43 0 3F 14
Octal 123 23 23 0 115 115 103 0 77 24
Binary 1010011 10011 10011 0 1001101 1001101 1000011 0 111111 10100

Color Harmonies of #531313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531313

Black with #531313

Text Example


Text Example

White with #531313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531313; }

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

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

background-color css

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

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

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

border-color css

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

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

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