Html Css Color HEX #8C2858 Rose Bud Cherry

📋 copy color: '#8C2858'

red 140 ◦ green 40 ◦ blue 88

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

Shades of Rose Bud Cherry #8C2858

Tints of Rose Bud Cherry #8C2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.84%

R = 52.24%
G = 14.93%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C2858 (or 0x8C2858) is known color: Rose Bud Cherry. HEX triplet: 8C, 28 and 58. RGB value is (140,40,88). Sum of RGB (Red+Green+Blue) = 140+40+88=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2858 is #73D7A7. Grayscale: #4B4B4B. Windows color (decimal): -7591848 or 5777548. OLE color: 5777548.

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

Color convert

RGB 140 40 88 -
CMYK 0 0.71 0.37 0.45
HSL 331.2º 0.56% 0.35% -
HSV(B) 331.2º 0.71% 0.55% -
XYZ 13.34 7.8 10.03 -
YUV 75.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 140 40 88 0 0.71 0.37 0.45 331.2 0.56 0.35
Hex 8C 28 58 0 47 25 2D 14B 38 23
Octal 214 50 130 0 107 45 55 513 70 43
Binary 10001100 101000 1011000 0 1000111 100101 101101 101001011 111000 100011

Color Harmonies of #8C2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2858

Black with #8C2858

Text Example


Text Example

White with #8C2858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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