Html Css Color HEX #84213A Shiraz

📋 copy color: '#84213A'

red 132 ◦ green 33 ◦ blue 58

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

Shades of Shiraz #84213A

Tints of Shiraz #84213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 58 (23.05% from 255) = 26.01%

R = 59.19%
G = 14.8%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84213A (or 0x84213A) is known color: Shiraz. HEX triplet: 84, 21 and 3A. RGB value is (132,33,58). Sum of RGB (Red+Green+Blue) = 132+33+58=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #84213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84213A is #7BDEC5. Grayscale: #414141. Windows color (decimal): -8117958 or 3809668. OLE color: 3809668.

HSL color Cylindrical-coordinate representation of color #84213A: hue angle of 344.85º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84213A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 58 -
CMYK 0 0.75 0.56 0.48
HSL 344.85º 0.6% 0.32% -
HSV(B) 344.85º 0.75% 0.52% -
XYZ 10.82 6.3 4.65 -
YUV 65.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 132 33 58 0 0.75 0.56 0.48 344.85 0.6 0.32
Hex 84 21 3A 0 4B 38 30 159 3C 20
Octal 204 41 72 0 113 70 60 531 74 40
Binary 10000100 100001 111010 0 1001011 111000 110000 101011001 111100 100000

Color Harmonies of #84213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84213A

Black with #84213A

Text Example


Text Example

White with #84213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84213A; }

 p { color: rgb(132,33,58); }

 H1.HeaderClassName
 {
   color: #84213A;
 }
 .AnyTagClassName
 {
   color: #84213A;
 }
</style>

background-color css

<style>
 a { background-color: #84213A; }

 a { background-color: rgb(132,33,58); }

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

border-color css

<style>
 span { border-color: #84213A; }

 span { border-color: rgb(132,33,58); }

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