Html Css Color HEX #8C2B50 Rose Bud Cherry

📋 copy color: '#8C2B50'

red 140 ◦ green 43 ◦ blue 80

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

Shades of Rose Bud Cherry #8C2B50

Tints of Rose Bud Cherry #8C2B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 53.23%
G = 16.35%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8C2B50 (or 0x8C2B50) is known color: Rose Bud Cherry. HEX triplet: 8C, 2B and 50. RGB value is (140,43,80). Sum of RGB (Red+Green+Blue) = 140+43+80=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B50 is #73D4AF. Grayscale: #4C4C4C. Windows color (decimal): -7591088 or 5254028. OLE color: 5254028.

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

Color convert

RGB 140 43 80 -
CMYK 0 0.69 0.43 0.45
HSL 337.11º 0.53% 0.36% -
HSV(B) 337.11º 0.69% 0.55% -
XYZ 13.13 7.88 8.42 -
YUV 76.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 140 43 80 0 0.69 0.43 0.45 337.11 0.53 0.36
Hex 8C 2B 50 0 45 2B 2D 151 35 24
Octal 214 53 120 0 105 53 55 521 65 44
Binary 10001100 101011 1010000 0 1000101 101011 101101 101010001 110101 100100

Color Harmonies of #8C2B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B50

Black with #8C2B50

Text Example


Text Example

White with #8C2B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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