Html Css Color HEX #531A14 Red Oxide

📋 copy color: '#531A14'

red 83 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #531A14

Tints of Red Oxide #531A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.5%

R = 64.34%
G = 20.16%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#531A14 (or 0x531A14) is known color: Red Oxide. HEX triplet: 53, 1A and 14. RGB value is (83,26,20). Sum of RGB (Red+Green+Blue) = 83+26+20=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #531A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531A14 is #ACE5EB. Grayscale: #2A2A2A. Windows color (decimal): -11331052 or 1317459. OLE color: 1317459.

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

Color convert

RGB 83 26 20 -
CMYK 0 0.69 0.76 0.67
HSL 5.71º 0.61% 0.2% -
HSV(B) 5.71º 0.76% 0.33% -
XYZ 4.06 2.63 0.95 -
YUV 42.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 83 26 20 0 0.69 0.76 0.67 5.71 0.61 0.2
Hex 53 1A 14 0 45 4C 43 6 3D 14
Octal 123 32 24 0 105 114 103 6 75 24
Binary 1010011 11010 10100 0 1000101 1001100 1000011 110 111101 10100

Color Harmonies of #531A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A14

Black with #531A14

Text Example


Text Example

White with #531A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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