Html Css Color HEX #8C1E30 Shiraz

📋 copy color: '#8C1E30'

red 140 ◦ green 30 ◦ blue 48

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

Shades of Shiraz #8C1E30

Tints of Shiraz #8C1E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.02%

R = 64.22%
G = 13.76%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C1E30 (or 0x8C1E30) is known color: Shiraz. HEX triplet: 8C, 1E and 30. RGB value is (140,30,48). Sum of RGB (Red+Green+Blue) = 140+30+48=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E30 is #73E1CF. Grayscale: #404040. Windows color (decimal): -7594448 or 3153548. OLE color: 3153548.

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

Color convert

RGB 140 30 48 -
CMYK 0 0.79 0.66 0.45
HSL 350.18º 0.65% 0.33% -
HSV(B) 350.18º 0.79% 0.55% -
XYZ 11.81 6.72 3.47 -
YUV 64.94 118.44 181.54 -
System Red Green Blue C M Y K H S L
Decimal 140 30 48 0 0.79 0.66 0.45 350.18 0.65 0.33
Hex 8C 1E 30 0 4F 42 2D 15E 41 21
Octal 214 36 60 0 117 102 55 536 101 41
Binary 10001100 11110 110000 0 1001111 1000010 101101 101011110 1000001 100001

Color Harmonies of #8C1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E30

Black with #8C1E30

Text Example


Text Example

White with #8C1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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