Html Css Color HEX #8C1D2F Shiraz

📋 copy color: '#8C1D2F'

red 140 ◦ green 29 ◦ blue 47

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

Shades of Shiraz #8C1D2F

Tints of Shiraz #8C1D2F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 47 (18.75% from 255) = 21.76%

R = 64.81%
G = 13.43%
B = 21.76%

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

#8C1D2F (or 0x8C1D2F) is known color: Shiraz. HEX triplet: 8C, 1D and 2F. RGB value is (140,29,47). Sum of RGB (Red+Green+Blue) = 140+29+47=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1D2F is #73E2D0. Grayscale: #404040. Windows color (decimal): -7594705 or 3087756. OLE color: 3087756.

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

Color convert

RGB 140 29 47 -
CMYK 0 0.79 0.66 0.45
HSL 350.27º 0.66% 0.33% -
HSV(B) 350.27º 0.79% 0.55% -
XYZ 11.77 6.66 3.35 -
YUV 64.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 140 29 47 0 0.79 0.66 0.45 350.27 0.66 0.33
Hex 8C 1D 2F 0 4F 42 2D 15E 42 21
Octal 214 35 57 0 117 102 55 536 102 41
Binary 10001100 11101 101111 0 1001111 1000010 101101 101011110 1000010 100001

Color Harmonies of #8C1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1D2F

Black with #8C1D2F

Text Example


Text Example

White with #8C1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,29,47); }

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

background-color css

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

 a { background-color: rgb(140,29,47); }

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

border-color css

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

 span { border-color: rgb(140,29,47); }

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