Html Css Color HEX #841F3B Shiraz

📋 copy color: '#841F3B'

red 132 ◦ green 31 ◦ blue 59

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

Shades of Shiraz #841F3B

Tints of Shiraz #841F3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 26.58%

R = 59.46%
G = 13.96%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#841F3B (or 0x841F3B) is known color: Shiraz. HEX triplet: 84, 1F and 3B. RGB value is (132,31,59). Sum of RGB (Red+Green+Blue) = 132+31+59=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #841F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #841F3B is #7BE0C4. Grayscale: #404040. Windows color (decimal): -8118469 or 3874692. OLE color: 3874692.

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

Color convert

RGB 132 31 59 -
CMYK 0 0.77 0.55 0.48
HSL 343.37º 0.62% 0.32% -
HSV(B) 343.37º 0.77% 0.52% -
XYZ 10.8 6.2 4.77 -
YUV 64.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 132 31 59 0 0.77 0.55 0.48 343.37 0.62 0.32
Hex 84 1F 3B 0 4D 37 30 157 3E 20
Octal 204 37 73 0 115 67 60 527 76 40
Binary 10000100 11111 111011 0 1001101 110111 110000 101010111 111110 100000

Color Harmonies of #841F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841F3B

Black with #841F3B

Text Example


Text Example

White with #841F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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