Html Css Color HEX #8C2B57 Rose Bud Cherry

📋 copy color: '#8C2B57'

red 140 ◦ green 43 ◦ blue 87

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

Shades of Rose Bud Cherry #8C2B57

Tints of Rose Bud Cherry #8C2B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 51.85%
G = 15.93%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C2B57 (or 0x8C2B57) is known color: Rose Bud Cherry. HEX triplet: 8C, 2B and 57. RGB value is (140,43,87). Sum of RGB (Red+Green+Blue) = 140+43+87=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B57 is #73D4A8. Grayscale: #4C4C4C. Windows color (decimal): -7591081 or 5712780. OLE color: 5712780.

HSL color Cylindrical-coordinate representation of color #8C2B57: hue angle of 332.78º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C2B57 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 43 87 -
CMYK 0 0.69 0.38 0.45
HSL 332.78º 0.53% 0.36% -
HSV(B) 332.78º 0.69% 0.55% -
XYZ 13.4 7.99 9.85 -
YUV 77.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 140 43 87 0 0.69 0.38 0.45 332.78 0.53 0.36
Hex 8C 2B 57 0 45 26 2D 14D 35 24
Octal 214 53 127 0 105 46 55 515 65 44
Binary 10001100 101011 1010111 0 1000101 100110 101101 101001101 110101 100100

Color Harmonies of #8C2B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B57

Black with #8C2B57

Text Example


Text Example

White with #8C2B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,43,87); }

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

background-color css

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

 a { background-color: rgb(140,43,87); }

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

border-color css

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

 span { border-color: rgb(140,43,87); }

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