Html Css Color HEX #8C2953 Rose Bud Cherry

📋 copy color: '#8C2953'

red 140 ◦ green 41 ◦ blue 83

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

Shades of Rose Bud Cherry #8C2953

Tints of Rose Bud Cherry #8C2953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 53.03%
G = 15.53%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C2953 (or 0x8C2953) is known color: Rose Bud Cherry. HEX triplet: 8C, 29 and 53. RGB value is (140,41,83). Sum of RGB (Red+Green+Blue) = 140+41+83=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2953 is #73D6AC. Grayscale: #4B4B4B. Windows color (decimal): -7591597 or 5450124. OLE color: 5450124.

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

Color convert

RGB 140 41 83 -
CMYK 0 0.71 0.41 0.45
HSL 334.55º 0.55% 0.35% -
HSV(B) 334.55º 0.71% 0.55% -
XYZ 13.17 7.79 8.99 -
YUV 75.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 140 41 83 0 0.71 0.41 0.45 334.55 0.55 0.35
Hex 8C 29 53 0 47 29 2D 14F 37 23
Octal 214 51 123 0 107 51 55 517 67 43
Binary 10001100 101001 1010011 0 1000111 101001 101101 101001111 110111 100011

Color Harmonies of #8C2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2953

Black with #8C2953

Text Example


Text Example

White with #8C2953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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