Html Css Color HEX #521107 Red Oxide

📋 copy color: '#521107'

red 82 ◦ green 17 ◦ blue 7

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

Shades of Red Oxide #521107

Tints of Red Oxide #521107

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.04%

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

R = 77.36%
G = 16.04%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#521107 (or 0x521107) is known color: Red Oxide. HEX triplet: 52, 11 and 07. RGB value is (82,17,7). Sum of RGB (Red+Green+Blue) = 82+17+7=106 (14% of max value = 765). Red value is 82 (32.42% from 255 or 77.36% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 82 - color contains mainly: red. Hex color #521107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521107 is #ADEEF8. Grayscale: #232323. Windows color (decimal): -11398905 or 463186. OLE color: 463186.

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

Color convert

RGB 82 17 7 -
CMYK 0 0.79 0.91 0.68
HSL 0.84% 0.17% -
HSV(B) 0.91% 0.32% -
XYZ 3.72 2.21 0.43 -
YUV 35.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 82 17 7 0 0.79 0.91 0.68 8 0.84 0.17
Hex 52 11 7 0 4F 5B 44 8 54 11
Octal 122 21 7 0 117 133 104 10 124 21
Binary 1010010 10001 111 0 1001111 1011011 1000100 1000 1010100 10001

Color Harmonies of #521107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521107

Black with #521107

Text Example


Text Example

White with #521107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521107; }

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

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

background-color css

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

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

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

border-color css

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

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

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