Html Css Color HEX #8C1738 Shiraz

📋 copy color: '#8C1738'

red 140 ◦ green 23 ◦ blue 56

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

Shades of Shiraz #8C1738

Tints of Shiraz #8C1738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 63.93%
G = 10.5%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C1738 (or 0x8C1738) is known color: Shiraz. HEX triplet: 8C, 17 and 38. RGB value is (140,23,56). Sum of RGB (Red+Green+Blue) = 140+23+56=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1738 is #73E8C7. Grayscale: #3D3D3D. Windows color (decimal): -7596232 or 3676044. OLE color: 3676044.

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

Color convert

RGB 140 23 56 -
CMYK 0 0.84 0.6 0.45
HSL 343.08º 0.72% 0.32% -
HSV(B) 343.08º 0.84% 0.55% -
XYZ 11.84 6.47 4.37 -
YUV 61.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 140 23 56 0 0.84 0.6 0.45 343.08 0.72 0.32
Hex 8C 17 38 0 54 3C 2D 157 48 20
Octal 214 27 70 0 124 74 55 527 110 40
Binary 10001100 10111 111000 0 1010100 111100 101101 101010111 1001000 100000

Color Harmonies of #8C1738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1738

Black with #8C1738

Text Example


Text Example

White with #8C1738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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