Html Css Color HEX #8C1E55 Rose Bud Cherry

📋 copy color: '#8C1E55'

red 140 ◦ green 30 ◦ blue 85

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

Shades of Rose Bud Cherry #8C1E55

Tints of Rose Bud Cherry #8C1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 85 (33.59% from 255) = 33.33%

R = 54.9%
G = 11.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C1E55 (or 0x8C1E55) is known color: Rose Bud Cherry. HEX triplet: 8C, 1E and 55. RGB value is (140,30,85). Sum of RGB (Red+Green+Blue) = 140+30+85=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E55 is #73E1AA. Grayscale: #454545. Windows color (decimal): -7594411 or 5578380. OLE color: 5578380.

HSL color Cylindrical-coordinate representation of color #8C1E55: hue angle of 330º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C1E55 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 30 85 -
CMYK 0 0.79 0.39 0.45
HSL 330º 0.65% 0.33% -
HSV(B) 330º 0.79% 0.55% -
XYZ 12.92 7.16 9.3 -
YUV 69.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 140 30 85 0 0.79 0.39 0.45 330 0.65 0.33
Hex 8C 1E 55 0 4F 27 2D 14A 41 21
Octal 214 36 125 0 117 47 55 512 101 41
Binary 10001100 11110 1010101 0 1001111 100111 101101 101001010 1000001 100001

Color Harmonies of #8C1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E55

Black with #8C1E55

Text Example


Text Example

White with #8C1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,85); }

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

background-color css

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

 a { background-color: rgb(140,30,85); }

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

border-color css

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

 span { border-color: rgb(140,30,85); }

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