Html Css Color HEX #521405 Red Oxide

📋 copy color: '#521405'

red 82 ◦ green 20 ◦ blue 5

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

Shades of Red Oxide #521405

Tints of Red Oxide #521405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.67%

R = 76.64%
G = 18.69%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#521405 (or 0x521405) is known color: Red Oxide. HEX triplet: 52, 14 and 05. RGB value is (82,20,5). Sum of RGB (Red+Green+Blue) = 82+20+5=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521405 is #ADEBFA. Grayscale: #242424. Windows color (decimal): -11398139 or 332882. OLE color: 332882.

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

Color convert

RGB 82 20 5 -
CMYK 0 0.76 0.94 0.68
HSL 11.69º 0.89% 0.17% -
HSV(B) 11.69º 0.94% 0.32% -
XYZ 3.76 2.31 0.39 -
YUV 36.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 82 20 5 0 0.76 0.94 0.68 11.69 0.89 0.17
Hex 52 14 5 0 4C 5E 44 C 59 11
Octal 122 24 5 0 114 136 104 14 131 21
Binary 1010010 10100 101 0 1001100 1011110 1000100 1100 1011001 10001

Color Harmonies of #521405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521405

Black with #521405

Text Example


Text Example

White with #521405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521405; }

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

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

background-color css

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

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

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

border-color css

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

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

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