Html Css Color HEX #8C1E3D Shiraz

📋 copy color: '#8C1E3D'

red 140 ◦ green 30 ◦ blue 61

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

Shades of Shiraz #8C1E3D

Tints of Shiraz #8C1E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.41%

R = 60.61%
G = 12.99%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C1E3D (or 0x8C1E3D) is known color: Shiraz. HEX triplet: 8C, 1E and 3D. RGB value is (140,30,61). Sum of RGB (Red+Green+Blue) = 140+30+61=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1E3D is #73E1C2. Grayscale: #424242. Windows color (decimal): -7594435 or 4005516. OLE color: 4005516.

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

Color convert

RGB 140 30 61 -
CMYK 0 0.79 0.56 0.45
HSL 343.09º 0.65% 0.33% -
HSV(B) 343.09º 0.79% 0.55% -
XYZ 12.12 6.84 5.1 -
YUV 66.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 140 30 61 0 0.79 0.56 0.45 343.09 0.65 0.33
Hex 8C 1E 3D 0 4F 38 2D 157 41 21
Octal 214 36 75 0 117 70 55 527 101 41
Binary 10001100 11110 111101 0 1001111 111000 101101 101010111 1000001 100001

Color Harmonies of #8C1E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E3D

Black with #8C1E3D

Text Example


Text Example

White with #8C1E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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