Html Css Color HEX #521607 Red Oxide

📋 copy color: '#521607'

red 82 ◦ green 22 ◦ blue 7

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

Shades of Red Oxide #521607

Tints of Red Oxide #521607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.82%

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

R = 73.87%
G = 19.82%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#521607 (or 0x521607) is known color: Red Oxide. HEX triplet: 52, 16 and 07. RGB value is (82,22,7). Sum of RGB (Red+Green+Blue) = 82+22+7=111 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.87% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 82 - color contains mainly: red. Hex color #521607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521607 is #ADE9F8. Grayscale: #262626. Windows color (decimal): -11397625 or 464466. OLE color: 464466.

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

Color convert

RGB 82 22 7 -
CMYK 0 0.73 0.91 0.68
HSL 12º 0.84% 0.17% -
HSV(B) 12º 0.91% 0.32% -
XYZ 3.8 2.38 0.46 -
YUV 38.23 110.38 159.22 -
System Red Green Blue C M Y K H S L
Decimal 82 22 7 0 0.73 0.91 0.68 12 0.84 0.17
Hex 52 16 7 0 49 5B 44 C 54 11
Octal 122 26 7 0 111 133 104 14 124 21
Binary 1010010 10110 111 0 1001001 1011011 1000100 1100 1010100 10001

Color Harmonies of #521607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521607

Black with #521607

Text Example


Text Example

White with #521607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521607; }

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

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

background-color css

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

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

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

border-color css

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

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

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