Html Css Color HEX #521407 Red Oxide

📋 copy color: '#521407'

red 82 ◦ green 20 ◦ blue 7

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

Shades of Red Oxide #521407

Tints of Red Oxide #521407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.42%

R = 75.23%
G = 18.35%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#521407 (or 0x521407) is known color: Red Oxide. HEX triplet: 52, 14 and 07. RGB value is (82,20,7). Sum of RGB (Red+Green+Blue) = 82+20+7=109 (14% of max value = 765). Red value is 82 (32.42% from 255 or 75.23% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 7 (3.12% from 255 or 6.42% from 109); Max value from RGB is 82 - color contains mainly: red. Hex color #521407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521407 is #ADEBF8. Grayscale: #252525. Windows color (decimal): -11398137 or 463954. OLE color: 463954.

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

Color convert

RGB 82 20 7 -
CMYK 0 0.76 0.91 0.68
HSL 10.4º 0.84% 0.17% -
HSV(B) 10.4º 0.91% 0.32% -
XYZ 3.77 2.31 0.45 -
YUV 37.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 82 20 7 0 0.76 0.91 0.68 10.4 0.84 0.17
Hex 52 14 7 0 4C 5B 44 A 54 11
Octal 122 24 7 0 114 133 104 12 124 21
Binary 1010010 10100 111 0 1001100 1011011 1000100 1010 1010100 10001

Color Harmonies of #521407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521407

Black with #521407

Text Example


Text Example

White with #521407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521407; }

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

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

background-color css

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

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

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

border-color css

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

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

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