Html Css Color HEX #820507 Sangria

📋 copy color: '#820507'

red 130 ◦ green 5 ◦ blue 7

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

Shades of Sangria #820507

Tints of Sangria #820507

RGB

 RED value IS 130 (51.17% from 255) = 91.55%

 GREEN value IS 5 (2.34% from 255) = 3.52%

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

R = 91.55%
G = 3.52%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820507 (or 0x820507) is known color: Sangria. HEX triplet: 82, 05 and 07. RGB value is (130,5,7). Sum of RGB (Red+Green+Blue) = 130+5+7=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 7 (3.12% from 255 or 4.93% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #820507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820507 is #7DFAF8. Grayscale: #2A2A2A. Windows color (decimal): -8256249 or 460162. OLE color: 460162.

HSL color Cylindrical-coordinate representation of color #820507: hue angle of 359.04º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820507 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 5 7 -
CMYK 0 0.96 0.95 0.49
HSL 359.04º 0.93% 0.26% -
HSV(B) 359.04º 0.96% 0.51% -
XYZ 9.3 4.87 0.65 -
YUV 42.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 130 5 7 0 0.96 0.95 0.49 359.04 0.93 0.26
Hex 82 5 7 0 60 5F 31 167 5D 1A
Octal 202 5 7 0 140 137 61 547 135 32
Binary 10000010 101 111 0 1100000 1011111 110001 101100111 1011101 11010

Color Harmonies of #820507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820507

Black with #820507

Text Example


Text Example

White with #820507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820507; }

 p { color: rgb(130,5,7); }

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

background-color css

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

 a { background-color: rgb(130,5,7); }

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

border-color css

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

 span { border-color: rgb(130,5,7); }

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