Html Css Color HEX #841F39 Shiraz

📋 copy color: '#841F39'

red 132 ◦ green 31 ◦ blue 57

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

Shades of Shiraz #841F39

Tints of Shiraz #841F39

RGB

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

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

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

R = 60%
G = 14.09%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#841F39 (or 0x841F39) is known color: Shiraz. HEX triplet: 84, 1F and 39. RGB value is (132,31,57). Sum of RGB (Red+Green+Blue) = 132+31+57=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #841F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F39 is #7BE0C6. Grayscale: #404040. Windows color (decimal): -8118471 or 3743620. OLE color: 3743620.

HSL color Cylindrical-coordinate representation of color #841F39: hue angle of 344.55º 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 #841F39 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 31 57 -
CMYK 0 0.77 0.57 0.48
HSL 344.55º 0.62% 0.32% -
HSV(B) 344.55º 0.77% 0.52% -
XYZ 10.74 6.18 4.5 -
YUV 64.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 132 31 57 0 0.77 0.57 0.48 344.55 0.62 0.32
Hex 84 1F 39 0 4D 39 30 159 3E 20
Octal 204 37 71 0 115 71 60 531 76 40
Binary 10000100 11111 111001 0 1001101 111001 110000 101011001 111110 100000

Color Harmonies of #841F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F39

Black with #841F39

Text Example


Text Example

White with #841F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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