Html Css Color HEX #840714 Sangria

📋 copy color: '#840714'

red 132 ◦ green 7 ◦ blue 20

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

Shades of Sangria #840714

Tints of Sangria #840714

RGB

 RED value IS 132 (51.95% from 255) = 83.02%

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

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 83.02%
G = 4.4%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#840714 (or 0x840714) is known color: Sangria. HEX triplet: 84, 07 and 14. RGB value is (132,7,20). Sum of RGB (Red+Green+Blue) = 132+7+20=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #840714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840714 is #7BF8EB. Grayscale: #2D2D2D. Windows color (decimal): -8124652 or 1312644. OLE color: 1312644.

HSL color Cylindrical-coordinate representation of color #840714: hue angle of 353.76º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840714 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 20 -
CMYK 0 0.95 0.85 0.48
HSL 353.76º 0.9% 0.27% -
HSV(B) 353.76º 0.95% 0.52% -
XYZ 9.72 5.11 1.14 -
YUV 45.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 132 7 20 0 0.95 0.85 0.48 353.76 0.9 0.27
Hex 84 7 14 0 5F 55 30 162 5A 1B
Octal 204 7 24 0 137 125 60 542 132 33
Binary 10000100 111 10100 0 1011111 1010101 110000 101100010 1011010 11011

Color Harmonies of #840714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840714

Black with #840714

Text Example


Text Example

White with #840714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840714; }

 p { color: rgb(132,7,20); }

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

background-color css

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

 a { background-color: rgb(132,7,20); }

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

border-color css

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

 span { border-color: rgb(132,7,20); }

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