Html Css Color HEX #8C1A3D Shiraz

📋 copy color: '#8C1A3D'

red 140 ◦ green 26 ◦ blue 61

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

Shades of Shiraz #8C1A3D

Tints of Shiraz #8C1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.45%

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

R = 61.67%
G = 11.45%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C1A3D (or 0x8C1A3D) is known color: Shiraz. HEX triplet: 8C, 1A and 3D. RGB value is (140,26,61). Sum of RGB (Red+Green+Blue) = 140+26+61=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A3D is #73E5C2. Grayscale: #404040. Windows color (decimal): -7595459 or 4004492. OLE color: 4004492.

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

Color convert

RGB 140 26 61 -
CMYK 0 0.81 0.56 0.45
HSL 341.58º 0.69% 0.33% -
HSV(B) 341.58º 0.81% 0.55% -
XYZ 12.03 6.65 5.06 -
YUV 64.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 140 26 61 0 0.81 0.56 0.45 341.58 0.69 0.33
Hex 8C 1A 3D 0 51 38 2D 156 45 21
Octal 214 32 75 0 121 70 55 526 105 41
Binary 10001100 11010 111101 0 1010001 111000 101101 101010110 1000101 100001

Color Harmonies of #8C1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A3D

Black with #8C1A3D

Text Example


Text Example

White with #8C1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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