Html Css Color HEX #8C2865 Rose Bud Cherry

📋 copy color: '#8C2865'

red 140 ◦ green 40 ◦ blue 101

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

Shades of Rose Bud Cherry #8C2865

Tints of Rose Bud Cherry #8C2865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.94%

R = 49.82%
G = 14.23%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C2865 (or 0x8C2865) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 65. RGB value is (140,40,101). Sum of RGB (Red+Green+Blue) = 140+40+101=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2865 is #73D79A. Grayscale: #4C4C4C. Windows color (decimal): -7591835 or 6629516. OLE color: 6629516.

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

Color convert

RGB 140 40 101 -
CMYK 0 0.71 0.28 0.45
HSL 323.4º 0.56% 0.35% -
HSV(B) 323.4º 0.71% 0.55% -
XYZ 13.92 8.03 13.13 -
YUV 76.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 140 40 101 0 0.71 0.28 0.45 323.4 0.56 0.35
Hex 8C 28 65 0 47 1C 2D 143 38 23
Octal 214 50 145 0 107 34 55 503 70 43
Binary 10001100 101000 1100101 0 1000111 11100 101101 101000011 111000 100011

Color Harmonies of #8C2865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2865

Black with #8C2865

Text Example


Text Example

White with #8C2865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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