Html Css Color HEX #84070B Sangria

📋 copy color: '#84070B'

red 132 ◦ green 7 ◦ blue 11

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

Shades of Sangria #84070B

Tints of Sangria #84070B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.67%

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

R = 88%
G = 4.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84070B (or 0x84070B) is known color: Sangria. HEX triplet: 84, 07 and 0B. RGB value is (132,7,11). Sum of RGB (Red+Green+Blue) = 132+7+11=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #84070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84070B is #7BF8F4. Grayscale: #2C2C2C. Windows color (decimal): -8124661 or 722820. OLE color: 722820.

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

Color convert

RGB 132 7 11 -
CMYK 0 0.95 0.92 0.48
HSL 358.08º 0.9% 0.27% -
HSV(B) 358.08º 0.95% 0.52% -
XYZ 9.65 5.08 0.79 -
YUV 44.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 132 7 11 0 0.95 0.92 0.48 358.08 0.9 0.27
Hex 84 7 B 0 5F 5C 30 166 5A 1B
Octal 204 7 13 0 137 134 60 546 132 33
Binary 10000100 111 1011 0 1011111 1011100 110000 101100110 1011010 11011

Color Harmonies of #84070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84070B

Black with #84070B

Text Example


Text Example

White with #84070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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