Html Css Color HEX #84030B Sangria

📋 copy color: '#84030B'

red 132 ◦ green 3 ◦ blue 11

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

Shades of Sangria #84030B

Tints of Sangria #84030B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 90.41%
G = 2.05%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#84030B (or 0x84030B) is known color: Sangria. HEX triplet: 84, 03 and 0B. RGB value is (132,3,11). Sum of RGB (Red+Green+Blue) = 132+3+11=146 (19% of max value = 765). Red value is 132 (51.95% from 255 or 90.41% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 132 - color contains mainly: red. Hex color #84030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84030B is #7BFCF4. Grayscale: #2A2A2A. Windows color (decimal): -8125685 or 721796. OLE color: 721796.

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

Color convert

RGB 132 3 11 -
CMYK 0 0.98 0.92 0.48
HSL 356.28º 0.96% 0.26% -
HSV(B) 356.28º 0.98% 0.52% -
XYZ 9.61 4.99 0.77 -
YUV 42.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 132 3 11 0 0.98 0.92 0.48 356.28 0.96 0.26
Hex 84 3 B 0 62 5C 30 164 60 1A
Octal 204 3 13 0 142 134 60 544 140 32
Binary 10000100 11 1011 0 1100010 1011100 110000 101100100 1100000 11010

Color Harmonies of #84030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84030B

Black with #84030B

Text Example


Text Example

White with #84030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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