Html Css Color HEX #84293A Shiraz

📋 copy color: '#84293A'

red 132 ◦ green 41 ◦ blue 58

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

Shades of Shiraz #84293A

Tints of Shiraz #84293A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 57.14%
G = 17.75%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#84293A (or 0x84293A) is known color: Shiraz. HEX triplet: 84, 29 and 3A. RGB value is (132,41,58). Sum of RGB (Red+Green+Blue) = 132+41+58=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84293A is #7BD6C5. Grayscale: #464646. Windows color (decimal): -8115910 or 3811716. OLE color: 3811716.

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

Color convert

RGB 132 41 58 -
CMYK 0 0.69 0.56 0.48
HSL 348.79º 0.53% 0.34% -
HSV(B) 348.79º 0.69% 0.52% -
XYZ 11.07 6.8 4.73 -
YUV 70.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 132 41 58 0 0.69 0.56 0.48 348.79 0.53 0.34
Hex 84 29 3A 0 45 38 30 15D 35 22
Octal 204 51 72 0 105 70 60 535 65 42
Binary 10000100 101001 111010 0 1000101 111000 110000 101011101 110101 100010

Color Harmonies of #84293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84293A

Black with #84293A

Text Example


Text Example

White with #84293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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