Html Css Color HEX #8C152E Shiraz

📋 copy color: '#8C152E'

red 140 ◦ green 21 ◦ blue 46

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

Shades of Shiraz #8C152E

Tints of Shiraz #8C152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

 BLUE value IS 46 (18.36% from 255) = 22.22%

R = 67.63%
G = 10.14%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C152E (or 0x8C152E) is known color: Shiraz. HEX triplet: 8C, 15 and 2E. RGB value is (140,21,46). Sum of RGB (Red+Green+Blue) = 140+21+46=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152E is #73EAD1. Grayscale: #3B3B3B. Windows color (decimal): -7596754 or 3020172. OLE color: 3020172.

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

Color convert

RGB 140 21 46 -
CMYK 0 0.85 0.67 0.45
HSL 347.4º 0.74% 0.32% -
HSV(B) 347.4º 0.85% 0.55% -
XYZ 11.58 6.31 3.19 -
YUV 59.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 140 21 46 0 0.85 0.67 0.45 347.4 0.74 0.32
Hex 8C 15 2E 0 55 43 2D 15B 4A 20
Octal 214 25 56 0 125 103 55 533 112 40
Binary 10001100 10101 101110 0 1010101 1000011 101101 101011011 1001010 100000

Color Harmonies of #8C152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C152E

Black with #8C152E

Text Example


Text Example

White with #8C152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,21,46); }

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

background-color css

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

 a { background-color: rgb(140,21,46); }

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

border-color css

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

 span { border-color: rgb(140,21,46); }

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