Html Css Color HEX #820108 Sangria

📋 copy color: '#820108'

red 130 ◦ green 1 ◦ blue 8

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

Shades of Sangria #820108

Tints of Sangria #820108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 93.53%
G = 0.72%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#820108 (or 0x820108) is known color: Sangria. HEX triplet: 82, 01 and 08. RGB value is (130,1,8). Sum of RGB (Red+Green+Blue) = 130+1+8=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820108 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820108 is #7DFEF7. Grayscale: #282828. Windows color (decimal): -8257272 or 524674. OLE color: 524674.

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

Color convert

RGB 130 1 8 -
CMYK 0 0.99 0.94 0.49
HSL 356.74º 0.98% 0.26% -
HSV(B) 356.74º 0.99% 0.51% -
XYZ 9.26 4.79 0.67 -
YUV 40.37 109.74 191.93 -
System Red Green Blue C M Y K H S L
Decimal 130 1 8 0 0.99 0.94 0.49 356.74 0.98 0.26
Hex 82 1 8 0 63 5E 31 165 62 1A
Octal 202 1 10 0 143 136 61 545 142 32
Binary 10000010 1 1000 0 1100011 1011110 110001 101100101 1100010 11010

Color Harmonies of #820108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820108

Black with #820108

Text Example


Text Example

White with #820108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820108; }

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

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

background-color css

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

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

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

border-color css

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

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

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