Html Css Color HEX #820007 Sangria

📋 copy color: '#820007'

red 130 ◦ green 0 ◦ blue 7

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

Shades of Sangria #820007

Tints of Sangria #820007

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.89%
G = 0%
B = 5.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#820007 (or 0x820007) is known color: Sangria. HEX triplet: 82, 00 and 07. RGB value is (130,0,7). Sum of RGB (Red+Green+Blue) = 130+0+7=137 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.89% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 130 - color contains mainly: red. Hex color #820007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820007 is #7DFFF8. Grayscale: #272727. Windows color (decimal): -8257529 or 458882. OLE color: 458882.

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

Color convert

RGB 130 0 7 -
CMYK 0 1 0.95 0.49
HSL 356.77º 1% 0.25% -
HSV(B) 356.77º 1% 0.51% -
XYZ 9.24 4.76 0.63 -
YUV 39.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 130 0 7 0 1 0.95 0.49 356.77 1 0.25
Hex 82 0 7 0 64 5F 31 165 64 19
Octal 202 0 7 0 144 137 61 545 144 31
Binary 10000010 0 111 0 1100100 1011111 110001 101100101 1100100 11001

Color Harmonies of #820007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820007

Black with #820007

Text Example


Text Example

White with #820007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820007; }

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

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

background-color css

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

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

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

border-color css

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

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

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