Html Css Color HEX #8C295B Rose Bud Cherry

📋 copy color: '#8C295B'

red 140 ◦ green 41 ◦ blue 91

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

Shades of Rose Bud Cherry #8C295B

Tints of Rose Bud Cherry #8C295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 51.47%
G = 15.07%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C295B (or 0x8C295B) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 5B. RGB value is (140,41,91). Sum of RGB (Red+Green+Blue) = 140+41+91=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C295B is #73D6A4. Grayscale: #4C4C4C. Windows color (decimal): -7591589 or 5974412. OLE color: 5974412.

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

Color convert

RGB 140 41 91 -
CMYK 0 0.71 0.35 0.45
HSL 329.7º 0.55% 0.35% -
HSV(B) 329.7º 0.71% 0.55% -
XYZ 13.5 7.92 10.71 -
YUV 76.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 140 41 91 0 0.71 0.35 0.45 329.7 0.55 0.35
Hex 8C 29 5B 0 47 23 2D 14A 37 23
Octal 214 51 133 0 107 43 55 512 67 43
Binary 10001100 101001 1011011 0 1000111 100011 101101 101001010 110111 100011

Color Harmonies of #8C295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C295B

Black with #8C295B

Text Example


Text Example

White with #8C295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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