Html Css Color HEX #84030C Sangria

📋 copy color: '#84030C'

red 132 ◦ green 3 ◦ blue 12

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

Shades of Sangria #84030C

Tints of Sangria #84030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 89.8%
G = 2.04%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#84030C (or 0x84030C) is known color: Sangria. HEX triplet: 84, 03 and 0C. RGB value is (132,3,12). Sum of RGB (Red+Green+Blue) = 132+3+12=147 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.80% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 132 - color contains mainly: red. Hex color #84030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84030C is #7BFCF3. Grayscale: #2A2A2A. Windows color (decimal): -8125684 or 787332. OLE color: 787332.

HSL color Cylindrical-coordinate representation of color #84030C: hue angle of 355.81º 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 #84030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 3 12 -
CMYK 0 0.98 0.91 0.48
HSL 355.81º 0.96% 0.26% -
HSV(B) 355.81º 0.98% 0.52% -
XYZ 9.61 5 0.81 -
YUV 42.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 132 3 12 0 0.98 0.91 0.48 355.81 0.96 0.26
Hex 84 3 C 0 62 5B 30 164 60 1A
Octal 204 3 14 0 142 133 60 544 140 32
Binary 10000100 11 1100 0 1100010 1011011 110000 101100100 1100000 11010

Color Harmonies of #84030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84030C

Black with #84030C

Text Example


Text Example

White with #84030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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