Html Css Color HEX #82050F Sangria

📋 copy color: '#82050F'

red 130 ◦ green 5 ◦ blue 15

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

Shades of Sangria #82050F

Tints of Sangria #82050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10%

R = 86.67%
G = 3.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82050F (or 0x82050F) is known color: Sangria. HEX triplet: 82, 05 and 0F. RGB value is (130,5,15). Sum of RGB (Red+Green+Blue) = 130+5+15=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #82050F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82050F is #7DFAF0. Grayscale: #2B2B2B. Windows color (decimal): -8256241 or 984450. OLE color: 984450.

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

Color convert

RGB 130 5 15 -
CMYK 0 0.96 0.88 0.49
HSL 355.2º 0.93% 0.26% -
HSV(B) 355.2º 0.96% 0.51% -
XYZ 9.35 4.89 0.9 -
YUV 43.52 111.91 189.69 -
System Red Green Blue C M Y K H S L
Decimal 130 5 15 0 0.96 0.88 0.49 355.2 0.93 0.26
Hex 82 5 F 0 60 58 31 163 5D 1A
Octal 202 5 17 0 140 130 61 543 135 32
Binary 10000010 101 1111 0 1100000 1011000 110001 101100011 1011101 11010

Color Harmonies of #82050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82050F

Black with #82050F

Text Example


Text Example

White with #82050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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