Html Css Color HEX #842338 Shiraz

📋 copy color: '#842338'

red 132 ◦ green 35 ◦ blue 56

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

Shades of Shiraz #842338

Tints of Shiraz #842338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 59.19%
G = 15.7%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#842338 (or 0x842338) is known color: Shiraz. HEX triplet: 84, 23 and 38. RGB value is (132,35,56). Sum of RGB (Red+Green+Blue) = 132+35+56=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842338 is #7BDCC7. Grayscale: #424242. Windows color (decimal): -8117448 or 3679108. OLE color: 3679108.

HSL color Cylindrical-coordinate representation of color #842338: hue angle of 347.01º 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 #842338 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 35 56 -
CMYK 0 0.73 0.58 0.48
HSL 347.01º 0.58% 0.33% -
HSV(B) 347.01º 0.73% 0.52% -
XYZ 10.83 6.39 4.4 -
YUV 66.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 132 35 56 0 0.73 0.58 0.48 347.01 0.58 0.33
Hex 84 23 38 0 49 3A 30 15B 3A 21
Octal 204 43 70 0 111 72 60 533 72 41
Binary 10000100 100011 111000 0 1001001 111010 110000 101011011 111010 100001

Color Harmonies of #842338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842338

Black with #842338

Text Example


Text Example

White with #842338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842338; }

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

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

background-color css

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

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

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

border-color css

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

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

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