Html Css Color HEX #521D1D Red Oxide

📋 copy color: '#521D1D'

red 82 ◦ green 29 ◦ blue 29

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

Shades of Red Oxide #521D1D

Tints of Red Oxide #521D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 58.57%
G = 20.71%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#521D1D (or 0x521D1D) is known color: Red Oxide. HEX triplet: 52, 1D and 1D. RGB value is (82,29,29). Sum of RGB (Red+Green+Blue) = 82+29+29=140 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.57% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 82 - color contains mainly: red. Hex color #521D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D1D is #ADE2E2. Grayscale: #2C2C2C. Windows color (decimal): -11395811 or 1908050. OLE color: 1908050.

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

Color convert

RGB 82 29 29 -
CMYK 0 0.65 0.65 0.68
HSL 0.48% 0.22% -
HSV(B) 0.65% 0.32% -
XYZ 4.14 2.76 1.48 -
YUV 44.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 82 29 29 0 0.65 0.65 0.68 0 0.48 0.22
Hex 52 1D 1D 0 41 41 44 0 30 16
Octal 122 35 35 0 101 101 104 0 60 26
Binary 1010010 11101 11101 0 1000001 1000001 1000100 0 110000 10110

Color Harmonies of #521D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D1D

Black with #521D1D

Text Example


Text Example

White with #521D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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