Html Css Color HEX #841F37 Shiraz

📋 copy color: '#841F37'

red 132 ◦ green 31 ◦ blue 55

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

Shades of Shiraz #841F37

Tints of Shiraz #841F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 55 (21.88% from 255) = 25.23%

R = 60.55%
G = 14.22%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#841F37 (or 0x841F37) is known color: Shiraz. HEX triplet: 84, 1F and 37. RGB value is (132,31,55). Sum of RGB (Red+Green+Blue) = 132+31+55=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #841F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F37 is #7BE0C8. Grayscale: #3F3F3F. Windows color (decimal): -8118473 or 3612548. OLE color: 3612548.

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

Color convert

RGB 132 31 55 -
CMYK 0 0.77 0.58 0.48
HSL 345.74º 0.62% 0.32% -
HSV(B) 345.74º 0.77% 0.52% -
XYZ 10.7 6.16 4.24 -
YUV 63.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 132 31 55 0 0.77 0.58 0.48 345.74 0.62 0.32
Hex 84 1F 37 0 4D 3A 30 15A 3E 20
Octal 204 37 67 0 115 72 60 532 76 40
Binary 10000100 11111 110111 0 1001101 111010 110000 101011010 111110 100000

Color Harmonies of #841F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F37

Black with #841F37

Text Example


Text Example

White with #841F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841F37; }

 p { color: rgb(132,31,55); }

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

background-color css

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

 a { background-color: rgb(132,31,55); }

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

border-color css

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

 span { border-color: rgb(132,31,55); }

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