Html Css Color HEX #820104 Sangria

📋 copy color: '#820104'

red 130 ◦ green 1 ◦ blue 4

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

Shades of Sangria #820104

Tints of Sangria #820104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 4 (1.95% from 255) = 2.96%

R = 96.3%
G = 0.74%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#820104 (or 0x820104) is known color: Sangria. HEX triplet: 82, 01 and 04. RGB value is (130,1,4). Sum of RGB (Red+Green+Blue) = 130+1+4=135 (17% of max value = 765). Red value is 130 (51.17% from 255 or 96.30% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 130 - color contains mainly: red. Hex color #820104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820104 is #7DFEFB. Grayscale: #282828. Windows color (decimal): -8257276 or 262530. OLE color: 262530.

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

Color convert

RGB 130 1 4 -
CMYK 0 0.99 0.97 0.49
HSL 358.6º 0.98% 0.26% -
HSV(B) 358.6º 0.99% 0.51% -
XYZ 9.24 4.78 0.55 -
YUV 39.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 130 1 4 0 0.99 0.97 0.49 358.6 0.98 0.26
Hex 82 1 4 0 63 61 31 167 62 1A
Octal 202 1 4 0 143 141 61 547 142 32
Binary 10000010 1 100 0 1100011 1100001 110001 101100111 1100010 11010

Color Harmonies of #820104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820104

Black with #820104

Text Example


Text Example

White with #820104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820104; }

 p { color: rgb(130,1,4); }

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

background-color css

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

 a { background-color: rgb(130,1,4); }

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

border-color css

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

 span { border-color: rgb(130,1,4); }

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