Html Css Color HEX #8C2B3C Shiraz

📋 copy color: '#8C2B3C'

red 140 ◦ green 43 ◦ blue 60

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

Shades of Shiraz #8C2B3C

Tints of Shiraz #8C2B3C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

 BLUE value IS 60 (23.83% from 255) = 24.69%

R = 57.61%
G = 17.7%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C2B3C (or 0x8C2B3C) is known color: Shiraz. HEX triplet: 8C, 2B and 3C. RGB value is (140,43,60). Sum of RGB (Red+Green+Blue) = 140+43+60=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B3C is #73D4C3. Grayscale: #494949. Windows color (decimal): -7591108 or 3943308. OLE color: 3943308.

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

Color convert

RGB 140 43 60 -
CMYK 0 0.69 0.57 0.45
HSL 349.48º 0.53% 0.36% -
HSV(B) 349.48º 0.69% 0.55% -
XYZ 12.49 7.63 5.09 -
YUV 73.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 140 43 60 0 0.69 0.57 0.45 349.48 0.53 0.36
Hex 8C 2B 3C 0 45 39 2D 15D 35 24
Octal 214 53 74 0 105 71 55 535 65 44
Binary 10001100 101011 111100 0 1000101 111001 101101 101011101 110101 100100

Color Harmonies of #8C2B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B3C

Black with #8C2B3C

Text Example


Text Example

White with #8C2B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,60); }

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

background-color css

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

 a { background-color: rgb(140,43,60); }

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

border-color css

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

 span { border-color: rgb(140,43,60); }

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