Html Css Color HEX #531A15 Red Oxide

📋 copy color: '#531A15'

red 83 ◦ green 26 ◦ blue 21

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

Shades of Red Oxide #531A15

Tints of Red Oxide #531A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20%

 BLUE value IS 21 (8.59% from 255) = 16.15%

R = 63.85%
G = 20%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#531A15 (or 0x531A15) is known color: Red Oxide. HEX triplet: 53, 1A and 15. RGB value is (83,26,21). Sum of RGB (Red+Green+Blue) = 83+26+21=130 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.85% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 83 - color contains mainly: red. Hex color #531A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A15 is #ACE5EA. Grayscale: #2A2A2A. Windows color (decimal): -11331051 or 1382995. OLE color: 1382995.

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

Color convert

RGB 83 26 21 -
CMYK 0 0.69 0.75 0.67
HSL 4.84º 0.6% 0.2% -
HSV(B) 4.84º 0.75% 0.33% -
XYZ 4.07 2.63 1 -
YUV 42.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 83 26 21 0 0.69 0.75 0.67 4.84 0.6 0.2
Hex 53 1A 15 0 45 4B 43 5 3C 14
Octal 123 32 25 0 105 113 103 5 74 24
Binary 1010011 11010 10101 0 1000101 1001011 1000011 101 111100 10100

Color Harmonies of #531A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A15

Black with #531A15

Text Example


Text Example

White with #531A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,26,21); }

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

background-color css

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

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

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

border-color css

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

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

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