Html Css Color HEX #8C2B62 Rose Bud Cherry

📋 copy color: '#8C2B62'

red 140 ◦ green 43 ◦ blue 98

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

Shades of Rose Bud Cherry #8C2B62

Tints of Rose Bud Cherry #8C2B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 49.82%
G = 15.3%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C2B62 (or 0x8C2B62) is known color: Rose Bud Cherry. HEX triplet: 8C, 2B and 62. RGB value is (140,43,98). Sum of RGB (Red+Green+Blue) = 140+43+98=281 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.82% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2B62 is #73D49D. Grayscale: #4E4E4E. Windows color (decimal): -7591070 or 6433676. OLE color: 6433676.

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

Color convert

RGB 140 43 98 -
CMYK 0 0.69 0.3 0.45
HSL 325.98º 0.53% 0.36% -
HSV(B) 325.98º 0.69% 0.55% -
XYZ 13.88 8.19 12.4 -
YUV 78.27 139.14 172.03 -
System Red Green Blue C M Y K H S L
Decimal 140 43 98 0 0.69 0.3 0.45 325.98 0.53 0.36
Hex 8C 2B 62 0 45 1E 2D 146 35 24
Octal 214 53 142 0 105 36 55 506 65 44
Binary 10001100 101011 1100010 0 1000101 11110 101101 101000110 110101 100100

Color Harmonies of #8C2B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B62

Black with #8C2B62

Text Example


Text Example

White with #8C2B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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