Html Css Color HEX #84010B Sangria

📋 copy color: '#84010B'

red 132 ◦ green 1 ◦ blue 11

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

Shades of Sangria #84010B

Tints of Sangria #84010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 91.67%
G = 0.69%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84010B (or 0x84010B) is known color: Sangria. HEX triplet: 84, 01 and 0B. RGB value is (132,1,11). Sum of RGB (Red+Green+Blue) = 132+1+11=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #84010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84010B is #7BFEF4. Grayscale: #292929. Windows color (decimal): -8126197 or 721284. OLE color: 721284.

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

Color convert

RGB 132 1 11 -
CMYK 0 0.99 0.92 0.48
HSL 355.42º 0.98% 0.26% -
HSV(B) 355.42º 0.99% 0.52% -
XYZ 9.59 4.95 0.77 -
YUV 41.31 110.9 192.69 -
System Red Green Blue C M Y K H S L
Decimal 132 1 11 0 0.99 0.92 0.48 355.42 0.98 0.26
Hex 84 1 B 0 63 5C 30 163 62 1A
Octal 204 1 13 0 143 134 60 543 142 32
Binary 10000100 1 1011 0 1100011 1011100 110000 101100011 1100010 11010

Color Harmonies of #84010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84010B

Black with #84010B

Text Example


Text Example

White with #84010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84010B; }

 p { color: rgb(132,1,11); }

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

background-color css

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

 a { background-color: rgb(132,1,11); }

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

border-color css

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

 span { border-color: rgb(132,1,11); }

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