Html Css Color HEX #840C0D Sangria

📋 copy color: '#840C0D'

red 132 ◦ green 12 ◦ blue 13

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

Shades of Sangria #840C0D

Tints of Sangria #840C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.28%

R = 84.08%
G = 7.64%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#840C0D (or 0x840C0D) is known color: Sangria. HEX triplet: 84, 0C and 0D. RGB value is (132,12,13). Sum of RGB (Red+Green+Blue) = 132+12+13=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C0D is #7BF3F2. Grayscale: #303030. Windows color (decimal): -8123379 or 855172. OLE color: 855172.

HSL color Cylindrical-coordinate representation of color #840C0D: hue angle of 359.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 #840C0D is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 12 13 -
CMYK 0 0.91 0.90 0.48
HSL 359.5º 0.83% 0.28% -
HSV(B) 359.5º 0.91% 0.52% -
XYZ 9.72 5.2 0.87 -
YUV 47.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 132 12 13 0 0.91 0.90 0.48 359.5 0.83 0.28
Hex 84 C D 0 5B 5A 30 168 53 1C
Octal 204 14 15 0 133 132 60 550 123 34
Binary 10000100 1100 1101 0 1011011 1011010 110000 101101000 1010011 11100

Color Harmonies of #840C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840C0D

Black with #840C0D

Text Example


Text Example

White with #840C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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