Html Css Color HEX #84203C Shiraz

📋 copy color: '#84203C'

red 132 ◦ green 32 ◦ blue 60

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

Shades of Shiraz #84203C

Tints of Shiraz #84203C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 58.93%
G = 14.29%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84203C (or 0x84203C) is known color: Shiraz. HEX triplet: 84, 20 and 3C. RGB value is (132,32,60). Sum of RGB (Red+Green+Blue) = 132+32+60=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84203C is #7BDFC3. Grayscale: #414141. Windows color (decimal): -8118212 or 3940484. OLE color: 3940484.

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

Color convert

RGB 132 32 60 -
CMYK 0 0.76 0.55 0.48
HSL 343.2º 0.61% 0.32% -
HSV(B) 343.2º 0.76% 0.52% -
XYZ 10.85 6.26 4.91 -
YUV 65.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 132 32 60 0 0.76 0.55 0.48 343.2 0.61 0.32
Hex 84 20 3C 0 4C 37 30 157 3D 20
Octal 204 40 74 0 114 67 60 527 75 40
Binary 10000100 100000 111100 0 1001100 110111 110000 101010111 111101 100000

Color Harmonies of #84203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84203C

Black with #84203C

Text Example


Text Example

White with #84203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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