Html Css Color HEX #8C2539 Shiraz

📋 copy color: '#8C2539'

red 140 ◦ green 37 ◦ blue 57

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

Shades of Shiraz #8C2539

Tints of Shiraz #8C2539

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.81%

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

R = 59.83%
G = 15.81%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C2539 (or 0x8C2539) is known color: Shiraz. HEX triplet: 8C, 25 and 39. RGB value is (140,37,57). Sum of RGB (Red+Green+Blue) = 140+37+57=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2539 is #73DAC6. Grayscale: #464646. Windows color (decimal): -7592647 or 3745164. OLE color: 3745164.

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

Color convert

RGB 140 37 57 -
CMYK 0 0.74 0.59 0.45
HSL 348.35º 0.58% 0.35% -
HSV(B) 348.35º 0.74% 0.55% -
XYZ 12.22 7.19 4.62 -
YUV 70.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 140 37 57 0 0.74 0.59 0.45 348.35 0.58 0.35
Hex 8C 25 39 0 4A 3B 2D 15C 3A 23
Octal 214 45 71 0 112 73 55 534 72 43
Binary 10001100 100101 111001 0 1001010 111011 101101 101011100 111010 100011

Color Harmonies of #8C2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2539

Black with #8C2539

Text Example


Text Example

White with #8C2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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