Html Css Color HEX #8C1B60 Rose Bud Cherry

📋 copy color: '#8C1B60'

red 140 ◦ green 27 ◦ blue 96

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

Shades of Rose Bud Cherry #8C1B60

Tints of Rose Bud Cherry #8C1B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.27%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 53.23%
G = 10.27%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C1B60 (or 0x8C1B60) is known color: Rose Bud Cherry. HEX triplet: 8C, 1B and 60. RGB value is (140,27,96). Sum of RGB (Red+Green+Blue) = 140+27+96=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1B60 is #73E49F. Grayscale: #444444. Windows color (decimal): -7595168 or 6298508. OLE color: 6298508.

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

Color convert

RGB 140 27 96 -
CMYK 0 0.81 0.31 0.45
HSL 323.36º 0.68% 0.33% -
HSV(B) 323.36º 0.81% 0.55% -
XYZ 13.32 7.2 11.75 -
YUV 68.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 140 27 96 0 0.81 0.31 0.45 323.36 0.68 0.33
Hex 8C 1B 60 0 51 1F 2D 143 44 21
Octal 214 33 140 0 121 37 55 503 104 41
Binary 10001100 11011 1100000 0 1010001 11111 101101 101000011 1000100 100001

Color Harmonies of #8C1B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1B60

Black with #8C1B60

Text Example


Text Example

White with #8C1B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,27,96); }

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

background-color css

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

 a { background-color: rgb(140,27,96); }

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

border-color css

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

 span { border-color: rgb(140,27,96); }

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