Html Css Color HEX #8C0F3C Shiraz

📋 copy color: '#8C0F3C'

red 140 ◦ green 15 ◦ blue 60

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

Shades of Shiraz #8C0F3C

Tints of Shiraz #8C0F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

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

R = 65.12%
G = 6.98%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C0F3C (or 0x8C0F3C) is known color: Shiraz. HEX triplet: 8C, 0F and 3C. RGB value is (140,15,60). Sum of RGB (Red+Green+Blue) = 140+15+60=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F3C is #73F0C3. Grayscale: #393939. Windows color (decimal): -7598276 or 3936140. OLE color: 3936140.

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

Color convert

RGB 140 15 60 -
CMYK 0 0.89 0.57 0.45
HSL 338.4º 0.81% 0.3% -
HSV(B) 338.4º 0.89% 0.55% -
XYZ 11.8 6.24 4.86 -
YUV 57.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 140 15 60 0 0.89 0.57 0.45 338.4 0.81 0.3
Hex 8C F 3C 0 59 39 2D 152 51 1E
Octal 214 17 74 0 131 71 55 522 121 36
Binary 10001100 1111 111100 0 1011001 111001 101101 101010010 1010001 11110

Color Harmonies of #8C0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0F3C

Black with #8C0F3C

Text Example


Text Example

White with #8C0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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