Html Css Color HEX #8C2839 Shiraz

📋 copy color: '#8C2839'

red 140 ◦ green 40 ◦ blue 57

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

Shades of Shiraz #8C2839

Tints of Shiraz #8C2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 59.07%
G = 16.88%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C2839 (or 0x8C2839) is known color: Shiraz. HEX triplet: 8C, 28 and 39. RGB value is (140,40,57). Sum of RGB (Red+Green+Blue) = 140+40+57=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2839 is #73D7C6. Grayscale: #474747. Windows color (decimal): -7591879 or 3745932. OLE color: 3745932.

HSL color Cylindrical-coordinate representation of color #8C2839: hue angle of 349.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2839 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 40 57 -
CMYK 0 0.71 0.59 0.45
HSL 349.8º 0.56% 0.35% -
HSV(B) 349.8º 0.71% 0.55% -
XYZ 12.31 7.39 4.65 -
YUV 71.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 140 40 57 0 0.71 0.59 0.45 349.8 0.56 0.35
Hex 8C 28 39 0 47 3B 2D 15E 38 23
Octal 214 50 71 0 107 73 55 536 70 43
Binary 10001100 101000 111001 0 1000111 111011 101101 101011110 111000 100011

Color Harmonies of #8C2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2839

Black with #8C2839

Text Example


Text Example

White with #8C2839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,40,57); }

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

background-color css

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

 a { background-color: rgb(140,40,57); }

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

border-color css

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

 span { border-color: rgb(140,40,57); }

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