Html Css Color HEX #84090D Sangria

📋 copy color: '#84090D'

red 132 ◦ green 9 ◦ blue 13

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

Shades of Sangria #84090D

Tints of Sangria #84090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.84%

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

R = 85.71%
G = 5.84%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#84090D (or 0x84090D) is known color: Sangria. HEX triplet: 84, 09 and 0D. RGB value is (132,9,13). Sum of RGB (Red+Green+Blue) = 132+9+13=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #84090D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84090D is #7BF6F2. Grayscale: #2E2E2E. Windows color (decimal): -8124147 or 854404. OLE color: 854404.

HSL color Cylindrical-coordinate representation of color #84090D: hue angle of 358.05º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84090D is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 9 13 -
CMYK 0 0.93 0.90 0.48
HSL 358.05º 0.87% 0.28% -
HSV(B) 358.05º 0.93% 0.52% -
XYZ 9.69 5.13 0.86 -
YUV 46.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 132 9 13 0 0.93 0.90 0.48 358.05 0.87 0.28
Hex 84 9 D 0 5D 5A 30 166 57 1C
Octal 204 11 15 0 135 132 60 546 127 34
Binary 10000100 1001 1101 0 1011101 1011010 110000 101100110 1010111 11100

Color Harmonies of #84090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84090D

Black with #84090D

Text Example


Text Example

White with #84090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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