Html Css Color HEX #8C2F62 Rose Bud Cherry

📋 copy color: '#8C2F62'

red 140 ◦ green 47 ◦ blue 98

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

Shades of Rose Bud Cherry #8C2F62

Tints of Rose Bud Cherry #8C2F62

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

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

R = 49.12%
G = 16.49%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C2F62 (or 0x8C2F62) is known color: Rose Bud Cherry. HEX triplet: 8C, 2F and 62. RGB value is (140,47,98). Sum of RGB (Red+Green+Blue) = 140+47+98=285 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.12% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F62 is #73D09D. Grayscale: #505050. Windows color (decimal): -7590046 or 6434700. OLE color: 6434700.

HSL color Cylindrical-coordinate representation of color #8C2F62: hue angle of 327.1º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F62 is Cyan = 0, Magento = 0.66, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 98 -
CMYK 0 0.66 0.3 0.45
HSL 327.1º 0.5% 0.37% -
HSV(B) 327.1º 0.66% 0.55% -
XYZ 14.04 8.49 12.45 -
YUV 80.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 140 47 98 0 0.66 0.3 0.45 327.1 0.5 0.37
Hex 8C 2F 62 0 42 1E 2D 147 32 25
Octal 214 57 142 0 102 36 55 507 62 45
Binary 10001100 101111 1100010 0 1000010 11110 101101 101000111 110010 100101

Color Harmonies of #8C2F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F62

Black with #8C2F62

Text Example


Text Example

White with #8C2F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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