Html Css Color HEX #8C2863 Rose Bud Cherry

📋 copy color: '#8C2863'

red 140 ◦ green 40 ◦ blue 99

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

Shades of Rose Bud Cherry #8C2863

Tints of Rose Bud Cherry #8C2863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.34%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 50.18%
G = 14.34%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C2863 (or 0x8C2863) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 63. RGB value is (140,40,99). Sum of RGB (Red+Green+Blue) = 140+40+99=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2863 is #73D79C. Grayscale: #4C4C4C. Windows color (decimal): -7591837 or 6498444. OLE color: 6498444.

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

Color convert

RGB 140 40 99 -
CMYK 0 0.71 0.29 0.45
HSL 324.6º 0.56% 0.35% -
HSV(B) 324.6º 0.71% 0.55% -
XYZ 13.83 7.99 12.62 -
YUV 76.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 140 40 99 0 0.71 0.29 0.45 324.6 0.56 0.35
Hex 8C 28 63 0 47 1D 2D 145 38 23
Octal 214 50 143 0 107 35 55 505 70 43
Binary 10001100 101000 1100011 0 1000111 11101 101101 101000101 111000 100011

Color Harmonies of #8C2863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2863

Black with #8C2863

Text Example


Text Example

White with #8C2863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,40,99); }

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

background-color css

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

 a { background-color: rgb(140,40,99); }

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

border-color css

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

 span { border-color: rgb(140,40,99); }

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