Html Css Color HEX #8C3056 Rose Bud Cherry

📋 copy color: '#8C3056'

red 140 ◦ green 48 ◦ blue 86

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

Shades of Rose Bud Cherry #8C3056

Tints of Rose Bud Cherry #8C3056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 86 (33.98% from 255) = 31.39%

R = 51.09%
G = 17.52%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C3056 (or 0x8C3056) is known color: Rose Bud Cherry. HEX triplet: 8C, 30 and 56. RGB value is (140,48,86). Sum of RGB (Red+Green+Blue) = 140+48+86=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3056 is #73CFA9. Grayscale: #4F4F4F. Windows color (decimal): -7589802 or 5648524. OLE color: 5648524.

HSL color Cylindrical-coordinate representation of color #8C3056: hue angle of 335.22º degrees, saturation: 0.49, 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 #8C3056 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 48 86 -
CMYK 0 0.66 0.39 0.45
HSL 335.22º 0.49% 0.37% -
HSV(B) 335.22º 0.66% 0.55% -
XYZ 13.55 8.36 9.7 -
YUV 79.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 140 48 86 0 0.66 0.39 0.45 335.22 0.49 0.37
Hex 8C 30 56 0 42 27 2D 14F 31 25
Octal 214 60 126 0 102 47 55 517 61 45
Binary 10001100 110000 1010110 0 1000010 100111 101101 101001111 110001 100101

Color Harmonies of #8C3056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3056

Black with #8C3056

Text Example


Text Example

White with #8C3056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,86); }

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

background-color css

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

 a { background-color: rgb(140,48,86); }

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

border-color css

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

 span { border-color: rgb(140,48,86); }

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