Html Css Color HEX #8D2E41 Shiraz

📋 copy color: '#8D2E41'

red 141 ◦ green 46 ◦ blue 65

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

Shades of Shiraz #8D2E41

Tints of Shiraz #8D2E41

RGB

 RED value IS 141 (55.47% from 255) = 55.95%

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 55.95%
G = 18.25%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8D2E41 (or 0x8D2E41) is known color: Shiraz. HEX triplet: 8D, 2E and 41. RGB value is (141,46,65). Sum of RGB (Red+Green+Blue) = 141+46+65=252 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.95% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2E41 is #72D1BE. Grayscale: #4C4C4C. Windows color (decimal): -7524799 or 4271757. OLE color: 4271757.

HSL color Cylindrical-coordinate representation of color #8D2E41: hue angle of 348º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2E41 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 46 65 -
CMYK 0 0.67 0.54 0.45
HSL 348º 0.51% 0.37% -
HSV(B) 348º 0.67% 0.55% -
XYZ 12.92 8 5.86 -
YUV 76.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 141 46 65 0 0.67 0.54 0.45 348 0.51 0.37
Hex 8D 2E 41 0 43 36 2D 15C 33 25
Octal 215 56 101 0 103 66 55 534 63 45
Binary 10001101 101110 1000001 0 1000011 110110 101101 101011100 110011 100101

Color Harmonies of #8D2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2E41

Black with #8D2E41

Text Example


Text Example

White with #8D2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D2E41; }

 p { color: rgb(141,46,65); }

 H1.HeaderClassName
 {
   color: #8D2E41;
 }
 .AnyTagClassName
 {
   color: #8D2E41;
 }
</style>

background-color css

<style>
 a { background-color: #8D2E41; }

 a { background-color: rgb(141,46,65); }

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

border-color css

<style>
 span { border-color: #8D2E41; }

 span { border-color: rgb(141,46,65); }

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