Html Css Color HEX #820309 Sangria

📋 copy color: '#820309'

red 130 ◦ green 3 ◦ blue 9

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

Shades of Sangria #820309

Tints of Sangria #820309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 9 (3.91% from 255) = 6.34%

R = 91.55%
G = 2.11%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#820309 (or 0x820309) is known color: Sangria. HEX triplet: 82, 03 and 09. RGB value is (130,3,9). Sum of RGB (Red+Green+Blue) = 130+3+9=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #820309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820309 is #7DFCF6. Grayscale: #292929. Windows color (decimal): -8256759 or 590722. OLE color: 590722.

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

Color convert

RGB 130 3 9 -
CMYK 0 0.98 0.93 0.49
HSL 357.17º 0.95% 0.26% -
HSV(B) 357.17º 0.98% 0.51% -
XYZ 9.29 4.83 0.7 -
YUV 41.66 109.58 191.01 -
System Red Green Blue C M Y K H S L
Decimal 130 3 9 0 0.98 0.93 0.49 357.17 0.95 0.26
Hex 82 3 9 0 62 5D 31 165 5F 1A
Octal 202 3 11 0 142 135 61 545 137 32
Binary 10000010 11 1001 0 1100010 1011101 110001 101100101 1011111 11010

Color Harmonies of #820309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820309

Black with #820309

Text Example


Text Example

White with #820309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820309; }

 p { color: rgb(130,3,9); }

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

background-color css

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

 a { background-color: rgb(130,3,9); }

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

border-color css

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

 span { border-color: rgb(130,3,9); }

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