Html Css Color HEX #82050D Sangria

📋 copy color: '#82050D'

red 130 ◦ green 5 ◦ blue 13

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

Shades of Sangria #82050D

Tints of Sangria #82050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

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

R = 87.84%
G = 3.38%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#82050D (or 0x82050D) is known color: Sangria. HEX triplet: 82, 05 and 0D. RGB value is (130,5,13). Sum of RGB (Red+Green+Blue) = 130+5+13=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #82050D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82050D is #7DFAF2. Grayscale: #2B2B2B. Windows color (decimal): -8256243 or 853378. OLE color: 853378.

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

Color convert

RGB 130 5 13 -
CMYK 0 0.96 0.9 0.49
HSL 356.16º 0.93% 0.26% -
HSV(B) 356.16º 0.96% 0.51% -
XYZ 9.33 4.88 0.83 -
YUV 43.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 130 5 13 0 0.96 0.9 0.49 356.16 0.93 0.26
Hex 82 5 D 0 60 5A 31 164 5D 1A
Octal 202 5 15 0 140 132 61 544 135 32
Binary 10000010 101 1101 0 1100000 1011010 110001 101100100 1011101 11010

Color Harmonies of #82050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82050D

Black with #82050D

Text Example


Text Example

White with #82050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82050D; }

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

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

background-color css

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

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

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

border-color css

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

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

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