Html Css Color HEX #84293D Shiraz

📋 copy color: '#84293D'

red 132 ◦ green 41 ◦ blue 61

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

Shades of Shiraz #84293D

Tints of Shiraz #84293D

RGB

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

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

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

R = 56.41%
G = 17.52%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#84293D (or 0x84293D) is known color: Shiraz. HEX triplet: 84, 29 and 3D. RGB value is (132,41,61). Sum of RGB (Red+Green+Blue) = 132+41+61=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #84293D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84293D is #7BD6C2. Grayscale: #464646. Windows color (decimal): -8115907 or 4008324. OLE color: 4008324.

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

Color convert

RGB 132 41 61 -
CMYK 0 0.69 0.54 0.48
HSL 346.81º 0.53% 0.34% -
HSV(B) 346.81º 0.69% 0.52% -
XYZ 11.15 6.83 5.15 -
YUV 70.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 132 41 61 0 0.69 0.54 0.48 346.81 0.53 0.34
Hex 84 29 3D 0 45 36 30 15B 35 22
Octal 204 51 75 0 105 66 60 533 65 42
Binary 10000100 101001 111101 0 1000101 110110 110000 101011011 110101 100010

Color Harmonies of #84293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84293D

Black with #84293D

Text Example


Text Example

White with #84293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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