Html Css Color HEX #520907 Red Oxide

📋 copy color: '#520907'

red 82 ◦ green 9 ◦ blue 7

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

Shades of Red Oxide #520907

Tints of Red Oxide #520907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.18%

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

R = 83.67%
G = 9.18%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#520907 (or 0x520907) is known color: Red Oxide. HEX triplet: 52, 09 and 07. RGB value is (82,9,7). Sum of RGB (Red+Green+Blue) = 82+9+7=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520907 is #ADF6F8. Grayscale: #1E1E1E. Windows color (decimal): -11400953 or 461138. OLE color: 461138.

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

Color convert

RGB 82 9 7 -
CMYK 0 0.89 0.91 0.68
HSL 1.6º 0.84% 0.17% -
HSV(B) 1.6º 0.91% 0.32% -
XYZ 3.62 2 0.4 -
YUV 30.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 82 9 7 0 0.89 0.91 0.68 1.6 0.84 0.17
Hex 52 9 7 0 59 5B 44 2 54 11
Octal 122 11 7 0 131 133 104 2 124 21
Binary 1010010 1001 111 0 1011001 1011011 1000100 10 1010100 10001

Color Harmonies of #520907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520907

Black with #520907

Text Example


Text Example

White with #520907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520907; }

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

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

background-color css

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

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

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

border-color css

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

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

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