Html Css Color HEX #8C315B Rose Bud Cherry

📋 copy color: '#8C315B'

red 140 ◦ green 49 ◦ blue 91

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

Shades of Rose Bud Cherry #8C315B

Tints of Rose Bud Cherry #8C315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 50%
G = 17.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C315B (or 0x8C315B) is known color: Rose Bud Cherry. HEX triplet: 8C, 31 and 5B. RGB value is (140,49,91). Sum of RGB (Red+Green+Blue) = 140+49+91=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C315B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C315B is #73CEA4. Grayscale: #505050. Windows color (decimal): -7589541 or 5976460. OLE color: 5976460.

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

Color convert

RGB 140 49 91 -
CMYK 0 0.65 0.35 0.45
HSL 332.31º 0.48% 0.37% -
HSV(B) 332.31º 0.65% 0.55% -
XYZ 13.8 8.53 10.82 -
YUV 81 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 140 49 91 0 0.65 0.35 0.45 332.31 0.48 0.37
Hex 8C 31 5B 0 41 23 2D 14C 30 25
Octal 214 61 133 0 101 43 55 514 60 45
Binary 10001100 110001 1011011 0 1000001 100011 101101 101001100 110000 100101

Color Harmonies of #8C315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C315B

Black with #8C315B

Text Example


Text Example

White with #8C315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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