Html Css Color HEX #84203D Shiraz

📋 copy color: '#84203D'

red 132 ◦ green 32 ◦ blue 61

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

Shades of Shiraz #84203D

Tints of Shiraz #84203D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.11%

R = 58.67%
G = 14.22%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84203D (or 0x84203D) is known color: Shiraz. HEX triplet: 84, 20 and 3D. RGB value is (132,32,61). Sum of RGB (Red+Green+Blue) = 132+32+61=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84203D is #7BDFC2. Grayscale: #414141. Windows color (decimal): -8118211 or 4006020. OLE color: 4006020.

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

Color convert

RGB 132 32 61 -
CMYK 0 0.76 0.54 0.48
HSL 342.6º 0.61% 0.32% -
HSV(B) 342.6º 0.76% 0.52% -
XYZ 10.87 6.28 5.05 -
YUV 65.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 132 32 61 0 0.76 0.54 0.48 342.6 0.61 0.32
Hex 84 20 3D 0 4C 36 30 157 3D 20
Octal 204 40 75 0 114 66 60 527 75 40
Binary 10000100 100000 111101 0 1001100 110110 110000 101010111 111101 100000

Color Harmonies of #84203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84203D

Black with #84203D

Text Example


Text Example

White with #84203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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