Html Css Color HEX #531B19 Red Oxide

📋 copy color: '#531B19'

red 83 ◦ green 27 ◦ blue 25

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

Shades of Red Oxide #531B19

Tints of Red Oxide #531B19

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20%

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

R = 61.48%
G = 20%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#531B19 (or 0x531B19) is known color: Red Oxide. HEX triplet: 53, 1B and 19. RGB value is (83,27,25). Sum of RGB (Red+Green+Blue) = 83+27+25=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B19 is #ACE4E6. Grayscale: #2B2B2B. Windows color (decimal): -11330791 or 1645395. OLE color: 1645395.

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

Color convert

RGB 83 27 25 -
CMYK 0 0.67 0.70 0.67
HSL 2.07º 0.54% 0.21% -
HSV(B) 2.07º 0.7% 0.33% -
XYZ 4.13 2.69 1.22 -
YUV 43.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 83 27 25 0 0.67 0.70 0.67 2.07 0.54 0.21
Hex 53 1B 19 0 43 46 43 2 36 15
Octal 123 33 31 0 103 106 103 2 66 25
Binary 1010011 11011 11001 0 1000011 1000110 1000011 10 110110 10101

Color Harmonies of #531B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B19

Black with #531B19

Text Example


Text Example

White with #531B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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