Html Css Color HEX #840312 Sangria

📋 copy color: '#840312'

red 132 ◦ green 3 ◦ blue 18

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

Shades of Sangria #840312

Tints of Sangria #840312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 86.27%
G = 1.96%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#840312 (or 0x840312) is known color: Sangria. HEX triplet: 84, 03 and 12. RGB value is (132,3,18). Sum of RGB (Red+Green+Blue) = 132+3+18=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840312 is #7BFCED. Grayscale: #2B2B2B. Windows color (decimal): -8125678 or 1180548. OLE color: 1180548.

HSL color Cylindrical-coordinate representation of color #840312: hue angle of 353.02º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840312 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 18 -
CMYK 0 0.98 0.86 0.48
HSL 353.02º 0.96% 0.26% -
HSV(B) 353.02º 0.98% 0.52% -
XYZ 9.66 5.01 1.03 -
YUV 43.28 113.74 191.28 -
System Red Green Blue C M Y K H S L
Decimal 132 3 18 0 0.98 0.86 0.48 353.02 0.96 0.26
Hex 84 3 12 0 62 56 30 161 60 1A
Octal 204 3 22 0 142 126 60 541 140 32
Binary 10000100 11 10010 0 1100010 1010110 110000 101100001 1100000 11010

Color Harmonies of #840312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840312

Black with #840312

Text Example


Text Example

White with #840312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840312; }

 p { color: rgb(132,3,18); }

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

background-color css

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

 a { background-color: rgb(132,3,18); }

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

border-color css

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

 span { border-color: rgb(132,3,18); }

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