Html Css Color HEX #8C2955 Rose Bud Cherry

📋 copy color: '#8C2955'

red 140 ◦ green 41 ◦ blue 85

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

Shades of Rose Bud Cherry #8C2955

Tints of Rose Bud Cherry #8C2955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 52.63%
G = 15.41%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C2955 (or 0x8C2955) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 55. RGB value is (140,41,85). Sum of RGB (Red+Green+Blue) = 140+41+85=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2955 is #73D6AA. Grayscale: #4B4B4B. Windows color (decimal): -7591595 or 5581196. OLE color: 5581196.

HSL color Cylindrical-coordinate representation of color #8C2955: hue angle of 333.33º 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 #8C2955 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 85 -
CMYK 0 0.71 0.39 0.45
HSL 333.33º 0.55% 0.35% -
HSV(B) 333.33º 0.71% 0.55% -
XYZ 13.25 7.82 9.4 -
YUV 75.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 140 41 85 0 0.71 0.39 0.45 333.33 0.55 0.35
Hex 8C 29 55 0 47 27 2D 14D 37 23
Octal 214 51 125 0 107 47 55 515 67 43
Binary 10001100 101001 1010101 0 1000111 100111 101101 101001101 110111 100011

Color Harmonies of #8C2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2955

Black with #8C2955

Text Example


Text Example

White with #8C2955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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