Html Css Color HEX #531919 Red Oxide

📋 copy color: '#531919'

red 83 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #531919

Tints of Red Oxide #531919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.8%

 BLUE value IS 25 (10.16% from 255) = 18.8%

R = 62.41%
G = 18.8%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#531919 (or 0x531919) is known color: Red Oxide. HEX triplet: 53, 19 and 19. RGB value is (83,25,25). Sum of RGB (Red+Green+Blue) = 83+25+25=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531919 is #ACE6E6. Grayscale: #2A2A2A. Windows color (decimal): -11331303 or 1644883. OLE color: 1644883.

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

Color convert

RGB 83 25 25 -
CMYK 0 0.70 0.70 0.67
HSL 0.54% 0.21% -
HSV(B) 0.7% 0.33% -
XYZ 4.09 2.6 1.21 -
YUV 42.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 83 25 25 0 0.70 0.70 0.67 0 0.54 0.21
Hex 53 19 19 0 46 46 43 0 36 15
Octal 123 31 31 0 106 106 103 0 66 25
Binary 1010011 11001 11001 0 1000110 1000110 1000011 0 110110 10101

Color Harmonies of #531919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531919

Black with #531919

Text Example


Text Example

White with #531919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531919; }

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

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

background-color css

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

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

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

border-color css

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

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

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