Html Css Color HEX #8C1E38 Shiraz

📋 copy color: '#8C1E38'

red 140 ◦ green 30 ◦ blue 56

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

Shades of Shiraz #8C1E38

Tints of Shiraz #8C1E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

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

R = 61.95%
G = 13.27%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C1E38 (or 0x8C1E38) is known color: Shiraz. HEX triplet: 8C, 1E and 38. RGB value is (140,30,56). Sum of RGB (Red+Green+Blue) = 140+30+56=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E38 is #73E1C7. Grayscale: #414141. Windows color (decimal): -7594440 or 3677836. OLE color: 3677836.

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

Color convert

RGB 140 30 56 -
CMYK 0 0.79 0.6 0.45
HSL 345.82º 0.65% 0.33% -
HSV(B) 345.82º 0.79% 0.55% -
XYZ 11.99 6.79 4.42 -
YUV 65.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 140 30 56 0 0.79 0.6 0.45 345.82 0.65 0.33
Hex 8C 1E 38 0 4F 3C 2D 15A 41 21
Octal 214 36 70 0 117 74 55 532 101 41
Binary 10001100 11110 111000 0 1001111 111100 101101 101011010 1000001 100001

Color Harmonies of #8C1E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E38

Black with #8C1E38

Text Example


Text Example

White with #8C1E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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