Html Css Color HEX #841E3E Shiraz

📋 copy color: '#841E3E'

red 132 ◦ green 30 ◦ blue 62

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

Shades of Shiraz #841E3E

Tints of Shiraz #841E3E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.39%

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

R = 58.93%
G = 13.39%
B = 27.68%

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

#841E3E (or 0x841E3E) is known color: Shiraz. HEX triplet: 84, 1E and 3E. RGB value is (132,30,62). Sum of RGB (Red+Green+Blue) = 132+30+62=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #841E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841E3E is #7BE1C1. Grayscale: #404040. Windows color (decimal): -8118722 or 4071044. OLE color: 4071044.

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

Color convert

RGB 132 30 62 -
CMYK 0 0.77 0.53 0.48
HSL 341.18º 0.63% 0.32% -
HSV(B) 341.18º 0.77% 0.52% -
XYZ 10.85 6.18 5.18 -
YUV 64.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 132 30 62 0 0.77 0.53 0.48 341.18 0.63 0.32
Hex 84 1E 3E 0 4D 35 30 155 3F 20
Octal 204 36 76 0 115 65 60 525 77 40
Binary 10000100 11110 111110 0 1001101 110101 110000 101010101 111111 100000

Color Harmonies of #841E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841E3E

Black with #841E3E

Text Example


Text Example

White with #841E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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