Html Css Color HEX #8C2F41 Shiraz

📋 copy color: '#8C2F41'

red 140 ◦ green 47 ◦ blue 65

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

Shades of Shiraz #8C2F41

Tints of Shiraz #8C2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.65%

 BLUE value IS 65 (25.78% from 255) = 25.79%

R = 55.56%
G = 18.65%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8C2F41 (or 0x8C2F41) is known color: Shiraz. HEX triplet: 8C, 2F and 41. RGB value is (140,47,65). Sum of RGB (Red+Green+Blue) = 140+47+65=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F41 is #73D0BE. Grayscale: #4C4C4C. Windows color (decimal): -7590079 or 4272012. OLE color: 4272012.

HSL color Cylindrical-coordinate representation of color #8C2F41: hue angle of 348.39º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F41 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 65 -
CMYK 0 0.66 0.54 0.45
HSL 348.39º 0.5% 0.37% -
HSV(B) 348.39º 0.66% 0.55% -
XYZ 12.79 7.99 5.87 -
YUV 76.86 121.31 173.04 -
System Red Green Blue C M Y K H S L
Decimal 140 47 65 0 0.66 0.54 0.45 348.39 0.5 0.37
Hex 8C 2F 41 0 42 36 2D 15C 32 25
Octal 214 57 101 0 102 66 55 534 62 45
Binary 10001100 101111 1000001 0 1000010 110110 101101 101011100 110010 100101

Color Harmonies of #8C2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F41

Black with #8C2F41

Text Example


Text Example

White with #8C2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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