Html Css Color HEX #8C2563 Rose Bud Cherry

📋 copy color: '#8C2563'

red 140 ◦ green 37 ◦ blue 99

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

Shades of Rose Bud Cherry #8C2563

Tints of Rose Bud Cherry #8C2563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 50.72%
G = 13.41%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C2563 (or 0x8C2563) is known color: Rose Bud Cherry. HEX triplet: 8C, 25 and 63. RGB value is (140,37,99). Sum of RGB (Red+Green+Blue) = 140+37+99=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2563 is #73DA9C. Grayscale: #4A4A4A. Windows color (decimal): -7592605 or 6497676. OLE color: 6497676.

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

Color convert

RGB 140 37 99 -
CMYK 0 0.74 0.29 0.45
HSL 323.88º 0.58% 0.35% -
HSV(B) 323.88º 0.74% 0.55% -
XYZ 13.73 7.8 12.59 -
YUV 74.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 140 37 99 0 0.74 0.29 0.45 323.88 0.58 0.35
Hex 8C 25 63 0 4A 1D 2D 144 3A 23
Octal 214 45 143 0 112 35 55 504 72 43
Binary 10001100 100101 1100011 0 1001010 11101 101101 101000100 111010 100011

Color Harmonies of #8C2563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2563

Black with #8C2563

Text Example


Text Example

White with #8C2563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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