Html Css Color HEX #842138 Shiraz

📋 copy color: '#842138'

red 132 ◦ green 33 ◦ blue 56

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

Shades of Shiraz #842138

Tints of Shiraz #842138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 59.73%
G = 14.93%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#842138 (or 0x842138) is known color: Shiraz. HEX triplet: 84, 21 and 38. RGB value is (132,33,56). Sum of RGB (Red+Green+Blue) = 132+33+56=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #842138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842138 is #7BDEC7. Grayscale: #414141. Windows color (decimal): -8117960 or 3678596. OLE color: 3678596.

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

Color convert

RGB 132 33 56 -
CMYK 0 0.75 0.58 0.48
HSL 346.06º 0.6% 0.32% -
HSV(B) 346.06º 0.75% 0.52% -
XYZ 10.77 6.28 4.39 -
YUV 65.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 132 33 56 0 0.75 0.58 0.48 346.06 0.6 0.32
Hex 84 21 38 0 4B 3A 30 15A 3C 20
Octal 204 41 70 0 113 72 60 532 74 40
Binary 10000100 100001 111000 0 1001011 111010 110000 101011010 111100 100000

Color Harmonies of #842138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842138

Black with #842138

Text Example


Text Example

White with #842138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842138; }

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

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

background-color css

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

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

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

border-color css

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

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

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