Html Css Color HEX #842339 Shiraz

📋 copy color: '#842339'

red 132 ◦ green 35 ◦ blue 57

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

Shades of Shiraz #842339

Tints of Shiraz #842339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 58.93%
G = 15.63%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#842339 (or 0x842339) is known color: Shiraz. HEX triplet: 84, 23 and 39. RGB value is (132,35,57). Sum of RGB (Red+Green+Blue) = 132+35+57=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842339 is #7BDCC6. Grayscale: #424242. Windows color (decimal): -8117447 or 3744644. OLE color: 3744644.

HSL color Cylindrical-coordinate representation of color #842339: hue angle of 346.39º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842339 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 57 -
CMYK 0 0.73 0.57 0.48
HSL 346.39º 0.58% 0.33% -
HSV(B) 346.39º 0.73% 0.52% -
XYZ 10.86 6.4 4.53 -
YUV 66.51 122.64 174.71 -
System Red Green Blue C M Y K H S L
Decimal 132 35 57 0 0.73 0.57 0.48 346.39 0.58 0.33
Hex 84 23 39 0 49 39 30 15A 3A 21
Octal 204 43 71 0 111 71 60 532 72 41
Binary 10000100 100011 111001 0 1001001 111001 110000 101011010 111010 100001

Color Harmonies of #842339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842339

Black with #842339

Text Example


Text Example

White with #842339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842339; }

 p { color: rgb(132,35,57); }

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

background-color css

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

 a { background-color: rgb(132,35,57); }

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

border-color css

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

 span { border-color: rgb(132,35,57); }

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