Html Css Color HEX #521D1A Red Oxide

📋 copy color: '#521D1A'

red 82 ◦ green 29 ◦ blue 26

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

Shades of Red Oxide #521D1A

Tints of Red Oxide #521D1A

RGB

 RED value IS 82 (32.42% from 255) = 59.85%

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 59.85%
G = 21.17%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#521D1A (or 0x521D1A) is known color: Red Oxide. HEX triplet: 52, 1D and 1A. RGB value is (82,29,26). Sum of RGB (Red+Green+Blue) = 82+29+26=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1A is #ADE2E5. Grayscale: #2C2C2C. Windows color (decimal): -11395814 or 1711442. OLE color: 1711442.

HSL color Cylindrical-coordinate representation of color #521D1A: hue angle of 3.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #521D1A is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 29 26 -
CMYK 0 0.65 0.68 0.68
HSL 3.21º 0.52% 0.21% -
HSV(B) 3.21º 0.68% 0.32% -
XYZ 4.11 2.75 1.29 -
YUV 44.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 82 29 26 0 0.65 0.68 0.68 3.21 0.52 0.21
Hex 52 1D 1A 0 41 44 44 3 34 15
Octal 122 35 32 0 101 104 104 3 64 25
Binary 1010010 11101 11010 0 1000001 1000100 1000100 11 110100 10101

Color Harmonies of #521D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D1A

Black with #521D1A

Text Example


Text Example

White with #521D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D1A; }

 p { color: rgb(82,29,26); }

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

background-color css

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

 a { background-color: rgb(82,29,26); }

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

border-color css

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

 span { border-color: rgb(82,29,26); }

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