Html Css Color HEX #8C2960 Rose Bud Cherry

📋 copy color: '#8C2960'

red 140 ◦ green 41 ◦ blue 96

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

Shades of Rose Bud Cherry #8C2960

Tints of Rose Bud Cherry #8C2960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.8%

 BLUE value IS 96 (37.89% from 255) = 34.66%

R = 50.54%
G = 14.8%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C2960 (or 0x8C2960) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 60. RGB value is (140,41,96). Sum of RGB (Red+Green+Blue) = 140+41+96=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2960 is #73D69F. Grayscale: #4C4C4C. Windows color (decimal): -7591584 or 6302092. OLE color: 6302092.

HSL color Cylindrical-coordinate representation of color #8C2960: hue angle of 326.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2960 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 96 -
CMYK 0 0.71 0.31 0.45
HSL 326.67º 0.55% 0.35% -
HSV(B) 326.67º 0.71% 0.55% -
XYZ 13.72 8.01 11.89 -
YUV 76.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 140 41 96 0 0.71 0.31 0.45 326.67 0.55 0.35
Hex 8C 29 60 0 47 1F 2D 147 37 23
Octal 214 51 140 0 107 37 55 507 67 43
Binary 10001100 101001 1100000 0 1000111 11111 101101 101000111 110111 100011

Color Harmonies of #8C2960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2960

Black with #8C2960

Text Example


Text Example

White with #8C2960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,96); }

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

background-color css

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

 a { background-color: rgb(140,41,96); }

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

border-color css

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

 span { border-color: rgb(140,41,96); }

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