Html Css Color HEX #521411 Red Oxide

📋 copy color: '#521411'

red 82 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #521411

Tints of Red Oxide #521411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

 BLUE value IS 17 (7.03% from 255) = 14.29%

R = 68.91%
G = 16.81%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#521411 (or 0x521411) is known color: Red Oxide. HEX triplet: 52, 14 and 11. RGB value is (82,20,17). Sum of RGB (Red+Green+Blue) = 82+20+17=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #521411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521411 is #ADEBEE. Grayscale: #262626. Windows color (decimal): -11398127 or 1119314. OLE color: 1119314.

HSL color Cylindrical-coordinate representation of color #521411: hue angle of 2.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521411 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 20 17 -
CMYK 0 0.76 0.79 0.68
HSL 2.77º 0.66% 0.19% -
HSV(B) 2.77º 0.79% 0.32% -
XYZ 3.83 2.33 0.78 -
YUV 38.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 82 20 17 0 0.76 0.79 0.68 2.77 0.66 0.19
Hex 52 14 11 0 4C 4F 44 3 42 13
Octal 122 24 21 0 114 117 104 3 102 23
Binary 1010010 10100 10001 0 1001100 1001111 1000100 11 1000010 10011

Color Harmonies of #521411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521411

Black with #521411

Text Example


Text Example

White with #521411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521411; }

 p { color: rgb(82,20,17); }

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

background-color css

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

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

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

border-color css

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

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

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