Html Css Color HEX #8C273C Shiraz

📋 copy color: '#8C273C'

red 140 ◦ green 39 ◦ blue 60

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

Shades of Shiraz #8C273C

Tints of Shiraz #8C273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 58.58%
G = 16.32%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C273C (or 0x8C273C) is known color: Shiraz. HEX triplet: 8C, 27 and 3C. RGB value is (140,39,60). Sum of RGB (Red+Green+Blue) = 140+39+60=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C273C is #73D8C3. Grayscale: #474747. Windows color (decimal): -7592132 or 3942284. OLE color: 3942284.

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

Color convert

RGB 140 39 60 -
CMYK 0 0.72 0.57 0.45
HSL 347.52º 0.56% 0.35% -
HSV(B) 347.52º 0.72% 0.55% -
XYZ 12.36 7.35 5.04 -
YUV 71.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 140 39 60 0 0.72 0.57 0.45 347.52 0.56 0.35
Hex 8C 27 3C 0 48 39 2D 15C 38 23
Octal 214 47 74 0 110 71 55 534 70 43
Binary 10001100 100111 111100 0 1001000 111001 101101 101011100 111000 100011

Color Harmonies of #8C273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C273C

Black with #8C273C

Text Example


Text Example

White with #8C273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,60); }

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

background-color css

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

 a { background-color: rgb(140,39,60); }

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

border-color css

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

 span { border-color: rgb(140,39,60); }

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