Html Css Color HEX #84223A Shiraz

📋 copy color: '#84223A'

red 132 ◦ green 34 ◦ blue 58

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

Shades of Shiraz #84223A

Tints of Shiraz #84223A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 58.93%
G = 15.18%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84223A (or 0x84223A) is known color: Shiraz. HEX triplet: 84, 22 and 3A. RGB value is (132,34,58). Sum of RGB (Red+Green+Blue) = 132+34+58=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #84223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84223A is #7BDDC5. Grayscale: #424242. Windows color (decimal): -8117702 or 3809924. OLE color: 3809924.

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

Color convert

RGB 132 34 58 -
CMYK 0 0.74 0.56 0.48
HSL 345.31º 0.59% 0.33% -
HSV(B) 345.31º 0.74% 0.52% -
XYZ 10.85 6.36 4.66 -
YUV 66.04 123.47 175.05 -
System Red Green Blue C M Y K H S L
Decimal 132 34 58 0 0.74 0.56 0.48 345.31 0.59 0.33
Hex 84 22 3A 0 4A 38 30 159 3B 21
Octal 204 42 72 0 112 70 60 531 73 41
Binary 10000100 100010 111010 0 1001010 111000 110000 101011001 111011 100001

Color Harmonies of #84223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84223A

Black with #84223A

Text Example


Text Example

White with #84223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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