Html Css Color HEX #8C3152 Rose Bud Cherry

📋 copy color: '#8C3152'

red 140 ◦ green 49 ◦ blue 82

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

Shades of Rose Bud Cherry #8C3152

Tints of Rose Bud Cherry #8C3152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

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

R = 51.66%
G = 18.08%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C3152 (or 0x8C3152) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 52. RGB value is (140,49,82). Sum of RGB (Red+Green+Blue) = 140+49+82=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3152 is #73CEAD. Grayscale: #4F4F4F. Windows color (decimal): -7589550 or 5386636. OLE color: 5386636.

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

Color convert

RGB 140 49 82 -
CMYK 0 0.65 0.41 0.45
HSL 338.24º 0.48% 0.37% -
HSV(B) 338.24º 0.65% 0.55% -
XYZ 13.44 8.38 8.89 -
YUV 79.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 140 49 82 0 0.65 0.41 0.45 338.24 0.48 0.37
Hex 8C 31 52 0 41 29 2D 152 30 25
Octal 214 61 122 0 101 51 55 522 60 45
Binary 10001100 110001 1010010 0 1000001 101001 101101 101010010 110000 100101

Color Harmonies of #8C3152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3152

Black with #8C3152

Text Example


Text Example

White with #8C3152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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