Html Css Color HEX #8C2752 Rose Bud Cherry

📋 copy color: '#8C2752'

red 140 ◦ green 39 ◦ blue 82

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

Shades of Rose Bud Cherry #8C2752

Tints of Rose Bud Cherry #8C2752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.94%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 53.64%
G = 14.94%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C2752 (or 0x8C2752) is known color: Rose Bud Cherry. HEX triplet: 8C, 27 and 52. RGB value is (140,39,82). Sum of RGB (Red+Green+Blue) = 140+39+82=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2752 is #73D8AD. Grayscale: #4A4A4A. Windows color (decimal): -7592110 or 5384076. OLE color: 5384076.

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

Color convert

RGB 140 39 82 -
CMYK 0 0.72 0.41 0.45
HSL 334.46º 0.56% 0.35% -
HSV(B) 334.46º 0.72% 0.55% -
XYZ 13.06 7.64 8.77 -
YUV 74.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 140 39 82 0 0.72 0.41 0.45 334.46 0.56 0.35
Hex 8C 27 52 0 48 29 2D 14E 38 23
Octal 214 47 122 0 110 51 55 516 70 43
Binary 10001100 100111 1010010 0 1001000 101001 101101 101001110 111000 100011

Color Harmonies of #8C2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2752

Black with #8C2752

Text Example


Text Example

White with #8C2752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,82); }

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

background-color css

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

 a { background-color: rgb(140,39,82); }

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

border-color css

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

 span { border-color: rgb(140,39,82); }

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