Html Css Color HEX #531D19 Red Oxide

📋 copy color: '#531D19'

red 83 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #531D19

Tints of Red Oxide #531D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.17%

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

R = 60.58%
G = 21.17%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#531D19 (or 0x531D19) is known color: Red Oxide. HEX triplet: 53, 1D and 19. RGB value is (83,29,25). Sum of RGB (Red+Green+Blue) = 83+29+25=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531D19 is #ACE2E6. Grayscale: #2C2C2C. Windows color (decimal): -11330279 or 1645907. OLE color: 1645907.

HSL color Cylindrical-coordinate representation of color #531D19: hue angle of 4.14º 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 #531D19 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 29 25 -
CMYK 0 0.65 0.70 0.67
HSL 4.14º 0.54% 0.21% -
HSV(B) 4.14º 0.7% 0.33% -
XYZ 4.18 2.79 1.24 -
YUV 44.69 116.89 155.33 -
System Red Green Blue C M Y K H S L
Decimal 83 29 25 0 0.65 0.70 0.67 4.14 0.54 0.21
Hex 53 1D 19 0 41 46 43 4 36 15
Octal 123 35 31 0 101 106 103 4 66 25
Binary 1010011 11101 11001 0 1000001 1000110 1000011 100 110110 10101

Color Harmonies of #531D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531D19

Black with #531D19

Text Example


Text Example

White with #531D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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