Html Css Color HEX #521F1D Red Oxide

📋 copy color: '#521F1D'

red 82 ◦ green 31 ◦ blue 29

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

Shades of Red Oxide #521F1D

Tints of Red Oxide #521F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.83%

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

R = 57.75%
G = 21.83%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#521F1D (or 0x521F1D) is known color: Red Oxide. HEX triplet: 52, 1F and 1D. RGB value is (82,31,29). Sum of RGB (Red+Green+Blue) = 82+31+29=142 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.75% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 82 - color contains mainly: red. Hex color #521F1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521F1D is #ADE0E2. Grayscale: #2E2E2E. Windows color (decimal): -11395299 or 1908562. OLE color: 1908562.

HSL color Cylindrical-coordinate representation of color #521F1D: hue angle of 2.26º 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 #521F1D is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 29 -
CMYK 0 0.62 0.65 0.68
HSL 2.26º 0.48% 0.22% -
HSV(B) 2.26º 0.65% 0.32% -
XYZ 4.19 2.86 1.49 -
YUV 46.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 82 31 29 0 0.62 0.65 0.68 2.26 0.48 0.22
Hex 52 1F 1D 0 3E 41 44 2 30 16
Octal 122 37 35 0 76 101 104 2 60 26
Binary 1010010 11111 11101 0 111110 1000001 1000100 10 110000 10110

Color Harmonies of #521F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F1D

Black with #521F1D

Text Example


Text Example

White with #521F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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