Html Css Color HEX #521007 Red Oxide

📋 copy color: '#521007'

red 82 ◦ green 16 ◦ blue 7

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

Shades of Red Oxide #521007

Tints of Red Oxide #521007

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 78.1%
G = 15.24%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#521007 (or 0x521007) is known color: Red Oxide. HEX triplet: 52, 10 and 07. RGB value is (82,16,7). Sum of RGB (Red+Green+Blue) = 82+16+7=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521007 is #ADEFF8. Grayscale: #222222. Windows color (decimal): -11399161 or 462930. OLE color: 462930.

HSL color Cylindrical-coordinate representation of color #521007: hue angle of 7.2º 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 #521007 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 16 7 -
CMYK 0 0.80 0.91 0.68
HSL 7.2º 0.84% 0.17% -
HSV(B) 7.2º 0.91% 0.32% -
XYZ 3.7 2.18 0.43 -
YUV 34.71 112.37 161.73 -
System Red Green Blue C M Y K H S L
Decimal 82 16 7 0 0.80 0.91 0.68 7.2 0.84 0.17
Hex 52 10 7 0 50 5B 44 7 54 11
Octal 122 20 7 0 120 133 104 7 124 21
Binary 1010010 10000 111 0 1010000 1011011 1000100 111 1010100 10001

Color Harmonies of #521007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521007

Black with #521007

Text Example


Text Example

White with #521007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521007; }

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

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

background-color css

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

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

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

border-color css

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

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

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