Html Css Color HEX #82070F Sangria

📋 copy color: '#82070F'

red 130 ◦ green 7 ◦ blue 15

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

Shades of Sangria #82070F

Tints of Sangria #82070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.61%

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

R = 85.53%
G = 4.61%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82070F (or 0x82070F) is known color: Sangria. HEX triplet: 82, 07 and 0F. RGB value is (130,7,15). Sum of RGB (Red+Green+Blue) = 130+7+15=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #82070F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #82070F is #7DF8F0. Grayscale: #2C2C2C. Windows color (decimal): -8255729 or 984962. OLE color: 984962.

HSL color Cylindrical-coordinate representation of color #82070F: hue angle of 356.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82070F is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 7 15 -
CMYK 0 0.95 0.88 0.49
HSL 356.1º 0.9% 0.27% -
HSV(B) 356.1º 0.95% 0.51% -
XYZ 9.37 4.93 0.91 -
YUV 44.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 130 7 15 0 0.95 0.88 0.49 356.1 0.9 0.27
Hex 82 7 F 0 5F 58 31 164 5A 1B
Octal 202 7 17 0 137 130 61 544 132 33
Binary 10000010 111 1111 0 1011111 1011000 110001 101100100 1011010 11011

Color Harmonies of #82070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82070F

Black with #82070F

Text Example


Text Example

White with #82070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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