Html Css Color HEX #820305 Sangria

📋 copy color: '#820305'

red 130 ◦ green 3 ◦ blue 5

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

Shades of Sangria #820305

Tints of Sangria #820305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 94.2%
G = 2.17%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#820305 (or 0x820305) is known color: Sangria. HEX triplet: 82, 03 and 05. RGB value is (130,3,5). Sum of RGB (Red+Green+Blue) = 130+3+5=138 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.20% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 130 - color contains mainly: red. Hex color #820305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820305 is #7DFCFA. Grayscale: #292929. Windows color (decimal): -8256763 or 328578. OLE color: 328578.

HSL color Cylindrical-coordinate representation of color #820305: hue angle of 359.06º 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 #820305 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 5 -
CMYK 0 0.98 0.96 0.49
HSL 359.06º 0.95% 0.26% -
HSV(B) 359.06º 0.98% 0.51% -
XYZ 9.27 4.82 0.59 -
YUV 41.2 107.58 191.34 -
System Red Green Blue C M Y K H S L
Decimal 130 3 5 0 0.98 0.96 0.49 359.06 0.95 0.26
Hex 82 3 5 0 62 60 31 167 5F 1A
Octal 202 3 5 0 142 140 61 547 137 32
Binary 10000010 11 101 0 1100010 1100000 110001 101100111 1011111 11010

Color Harmonies of #820305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820305

Black with #820305

Text Example


Text Example

White with #820305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820305; }

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

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

background-color css

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

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

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

border-color css

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

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

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