Html Css Color HEX #84203F Shiraz

📋 copy color: '#84203F'

red 132 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #84203F

Tints of Shiraz #84203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 63 (25% from 255) = 27.75%

R = 58.15%
G = 14.1%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#84203F (or 0x84203F) is known color: Shiraz. HEX triplet: 84, 20 and 3F. RGB value is (132,32,63). Sum of RGB (Red+Green+Blue) = 132+32+63=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84203F is #7BDFC0. Grayscale: #414141. Windows color (decimal): -8118209 or 4137092. OLE color: 4137092.

HSL color Cylindrical-coordinate representation of color #84203F: hue angle of 341.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #84203F is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 32 63 -
CMYK 0 0.76 0.52 0.48
HSL 341.4º 0.61% 0.32% -
HSV(B) 341.4º 0.76% 0.52% -
XYZ 10.93 6.3 5.34 -
YUV 65.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 132 32 63 0 0.76 0.52 0.48 341.4 0.61 0.32
Hex 84 20 3F 0 4C 34 30 155 3D 20
Octal 204 40 77 0 114 64 60 525 75 40
Binary 10000100 100000 111111 0 1001100 110100 110000 101010101 111101 100000

Color Harmonies of #84203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84203F

Black with #84203F

Text Example


Text Example

White with #84203F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84203F; }

 p { color: rgb(132,32,63); }

 H1.HeaderClassName
 {
   color: #84203F;
 }
 .AnyTagClassName
 {
   color: #84203F;
 }
</style>

background-color css

<style>
 a { background-color: #84203F; }

 a { background-color: rgb(132,32,63); }

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

border-color css

<style>
 span { border-color: #84203F; }

 span { border-color: rgb(132,32,63); }

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