Html Css Color HEX #8C123C Shiraz

📋 copy color: '#8C123C'

red 140 ◦ green 18 ◦ blue 60

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

Shades of Shiraz #8C123C

Tints of Shiraz #8C123C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 64.22%
G = 8.26%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C123C (or 0x8C123C) is known color: Shiraz. HEX triplet: 8C, 12 and 3C. RGB value is (140,18,60). Sum of RGB (Red+Green+Blue) = 140+18+60=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C123C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C123C is #73EDC3. Grayscale: #3B3B3B. Windows color (decimal): -7597508 or 3936908. OLE color: 3936908.

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

Color convert

RGB 140 18 60 -
CMYK 0 0.87 0.57 0.45
HSL 339.34º 0.77% 0.31% -
HSV(B) 339.34º 0.87% 0.55% -
XYZ 11.85 6.33 4.87 -
YUV 59.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 140 18 60 0 0.87 0.57 0.45 339.34 0.77 0.31
Hex 8C 12 3C 0 57 39 2D 153 4D 1F
Octal 214 22 74 0 127 71 55 523 115 37
Binary 10001100 10010 111100 0 1010111 111001 101101 101010011 1001101 11111

Color Harmonies of #8C123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C123C

Black with #8C123C

Text Example


Text Example

White with #8C123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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