Html Css Color HEX #8C1C3E Shiraz

📋 copy color: '#8C1C3E'

red 140 ◦ green 28 ◦ blue 62

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

Shades of Shiraz #8C1C3E

Tints of Shiraz #8C1C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.17%

 BLUE value IS 62 (24.61% from 255) = 26.96%

R = 60.87%
G = 12.17%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C1C3E (or 0x8C1C3E) is known color: Shiraz. HEX triplet: 8C, 1C and 3E. RGB value is (140,28,62). Sum of RGB (Red+Green+Blue) = 140+28+62=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1C3E is #73E3C1. Grayscale: #414141. Windows color (decimal): -7594946 or 4070540. OLE color: 4070540.

HSL color Cylindrical-coordinate representation of color #8C1C3E: hue angle of 341.79º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C3E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 28 62 -
CMYK 0 0.80 0.56 0.45
HSL 341.79º 0.67% 0.33% -
HSV(B) 341.79º 0.8% 0.55% -
XYZ 12.1 6.75 5.22 -
YUV 65.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 140 28 62 0 0.80 0.56 0.45 341.79 0.67 0.33
Hex 8C 1C 3E 0 50 38 2D 156 43 21
Octal 214 34 76 0 120 70 55 526 103 41
Binary 10001100 11100 111110 0 1010000 111000 101101 101010110 1000011 100001

Color Harmonies of #8C1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1C3E

Black with #8C1C3E

Text Example


Text Example

White with #8C1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,28,62); }

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

background-color css

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

 a { background-color: rgb(140,28,62); }

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

border-color css

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

 span { border-color: rgb(140,28,62); }

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