Html Css Color HEX #8C1238 Shiraz

📋 copy color: '#8C1238'

red 140 ◦ green 18 ◦ blue 56

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

Shades of Shiraz #8C1238

Tints of Shiraz #8C1238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 65.42%
G = 8.41%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C1238 (or 0x8C1238) is known color: Shiraz. HEX triplet: 8C, 12 and 38. RGB value is (140,18,56). Sum of RGB (Red+Green+Blue) = 140+18+56=214 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.42% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1238 is #73EDC7. Grayscale: #3A3A3A. Windows color (decimal): -7597512 or 3674764. OLE color: 3674764.

HSL color Cylindrical-coordinate representation of color #8C1238: hue angle of 341.31º 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 #8C1238 is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 56 -
CMYK 0 0.87 0.6 0.45
HSL 341.31º 0.77% 0.31% -
HSV(B) 341.31º 0.87% 0.55% -
XYZ 11.75 6.29 4.34 -
YUV 58.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 140 18 56 0 0.87 0.6 0.45 341.31 0.77 0.31
Hex 8C 12 38 0 57 3C 2D 155 4D 1F
Octal 214 22 70 0 127 74 55 525 115 37
Binary 10001100 10010 111000 0 1010111 111100 101101 101010101 1001101 11111

Color Harmonies of #8C1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1238

Black with #8C1238

Text Example


Text Example

White with #8C1238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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