Html Css Color HEX #820B0D Sangria

📋 copy color: '#820B0D'

red 130 ◦ green 11 ◦ blue 13

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

Shades of Sangria #820B0D

Tints of Sangria #820B0D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.14%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 84.42%
G = 7.14%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#820B0D (or 0x820B0D) is known color: Sangria. HEX triplet: 82, 0B and 0D. RGB value is (130,11,13). Sum of RGB (Red+Green+Blue) = 130+11+13=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 11 (4.69% from 255 or 7.14% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #820B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B0D is #7DF4F2. Grayscale: #2E2E2E. Windows color (decimal): -8254707 or 854914. OLE color: 854914.

HSL color Cylindrical-coordinate representation of color #820B0D: hue angle of 358.99º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B0D is Cyan = 0, Magento = 0.92, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 11 13 -
CMYK 0 0.92 0.9 0.49
HSL 358.99º 0.84% 0.28% -
HSV(B) 358.99º 0.92% 0.51% -
XYZ 9.4 5.01 0.85 -
YUV 46.81 108.92 187.34 -
System Red Green Blue C M Y K H S L
Decimal 130 11 13 0 0.92 0.9 0.49 358.99 0.84 0.28
Hex 82 B D 0 5C 5A 31 167 54 1C
Octal 202 13 15 0 134 132 61 547 124 34
Binary 10000010 1011 1101 0 1011100 1011010 110001 101100111 1010100 11100

Color Harmonies of #820B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820B0D

Black with #820B0D

Text Example


Text Example

White with #820B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820B0D; }

 p { color: rgb(130,11,13); }

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

background-color css

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

 a { background-color: rgb(130,11,13); }

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

border-color css

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

 span { border-color: rgb(130,11,13); }

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