Html Css Color HEX #8C2962 Rose Bud Cherry

📋 copy color: '#8C2962'

red 140 ◦ green 41 ◦ blue 98

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

Shades of Rose Bud Cherry #8C2962

Tints of Rose Bud Cherry #8C2962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 50.18%
G = 14.7%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C2962 (or 0x8C2962) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 62. RGB value is (140,41,98). Sum of RGB (Red+Green+Blue) = 140+41+98=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2962 is #73D69D. Grayscale: #4C4C4C. Windows color (decimal): -7591582 or 6433164. OLE color: 6433164.

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

Color convert

RGB 140 41 98 -
CMYK 0 0.71 0.3 0.45
HSL 325.45º 0.55% 0.35% -
HSV(B) 325.45º 0.71% 0.55% -
XYZ 13.81 8.04 12.38 -
YUV 77.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 140 41 98 0 0.71 0.3 0.45 325.45 0.55 0.35
Hex 8C 29 62 0 47 1E 2D 145 37 23
Octal 214 51 142 0 107 36 55 505 67 43
Binary 10001100 101001 1100010 0 1000111 11110 101101 101000101 110111 100011

Color Harmonies of #8C2962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2962

Black with #8C2962

Text Example


Text Example

White with #8C2962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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