Html Css Color HEX #841F3E Shiraz

📋 copy color: '#841F3E'

red 132 ◦ green 31 ◦ blue 62

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

Shades of Shiraz #841F3E

Tints of Shiraz #841F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.56%

R = 58.67%
G = 13.78%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#841F3E (or 0x841F3E) is known color: Shiraz. HEX triplet: 84, 1F and 3E. RGB value is (132,31,62). Sum of RGB (Red+Green+Blue) = 132+31+62=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #841F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F3E is #7BE0C1. Grayscale: #404040. Windows color (decimal): -8118466 or 4071300. OLE color: 4071300.

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

Color convert

RGB 132 31 62 -
CMYK 0 0.77 0.53 0.48
HSL 341.58º 0.62% 0.32% -
HSV(B) 341.58º 0.77% 0.52% -
XYZ 10.88 6.23 5.19 -
YUV 64.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 132 31 62 0 0.77 0.53 0.48 341.58 0.62 0.32
Hex 84 1F 3E 0 4D 35 30 156 3E 20
Octal 204 37 76 0 115 65 60 526 76 40
Binary 10000100 11111 111110 0 1001101 110101 110000 101010110 111110 100000

Color Harmonies of #841F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F3E

Black with #841F3E

Text Example


Text Example

White with #841F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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