Html Css Color HEX #8C2E41 Shiraz

📋 copy color: '#8C2E41'

red 140 ◦ green 46 ◦ blue 65

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

Shades of Shiraz #8C2E41

Tints of Shiraz #8C2E41

RGB

 RED value IS 140 (55.08% from 255) = 55.78%

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

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

R = 55.78%
G = 18.33%
B = 25.9%

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

#8C2E41 (or 0x8C2E41) is known color: Shiraz. HEX triplet: 8C, 2E and 41. RGB value is (140,46,65). Sum of RGB (Red+Green+Blue) = 140+46+65=251 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.78% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2E41 is #73D1BE. Grayscale: #4C4C4C. Windows color (decimal): -7590335 or 4271756. OLE color: 4271756.

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

Color convert

RGB 140 46 65 -
CMYK 0 0.67 0.54 0.45
HSL 347.87º 0.51% 0.36% -
HSV(B) 347.87º 0.67% 0.55% -
XYZ 12.75 7.91 5.86 -
YUV 76.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 140 46 65 0 0.67 0.54 0.45 347.87 0.51 0.36
Hex 8C 2E 41 0 43 36 2D 15C 33 24
Octal 214 56 101 0 103 66 55 534 63 44
Binary 10001100 101110 1000001 0 1000011 110110 101101 101011100 110011 100100

Color Harmonies of #8C2E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2E41

Black with #8C2E41

Text Example


Text Example

White with #8C2E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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