Html Css Color HEX #840C0F Sangria

📋 copy color: '#840C0F'

red 132 ◦ green 12 ◦ blue 15

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

Shades of Sangria #840C0F

Tints of Sangria #840C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

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

R = 83.02%
G = 7.55%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#840C0F (or 0x840C0F) is known color: Sangria. HEX triplet: 84, 0C and 0F. RGB value is (132,12,15). Sum of RGB (Red+Green+Blue) = 132+12+15=159 (21% of max value = 765). Red value is 132 (51.95% from 255 or 83.02% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 132 - color contains mainly: red. Hex color #840C0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C0F is #7BF3F0. Grayscale: #303030. Windows color (decimal): -8123377 or 986244. OLE color: 986244.

HSL color Cylindrical-coordinate representation of color #840C0F: hue angle of 358.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #840C0F is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 15 -
CMYK 0 0.91 0.89 0.48
HSL 358.5º 0.83% 0.28% -
HSV(B) 358.5º 0.91% 0.52% -
XYZ 9.73 5.2 0.94 -
YUV 48.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 132 12 15 0 0.91 0.89 0.48 358.5 0.83 0.28
Hex 84 C F 0 5B 59 30 166 53 1C
Octal 204 14 17 0 133 131 60 546 123 34
Binary 10000100 1100 1111 0 1011011 1011001 110000 101100110 1010011 11100

Color Harmonies of #840C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C0F

Black with #840C0F

Text Example


Text Example

White with #840C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840C0F; }

 p { color: rgb(132,12,15); }

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

background-color css

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

 a { background-color: rgb(132,12,15); }

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

border-color css

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

 span { border-color: rgb(132,12,15); }

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