Html Css Color HEX #8C355B Rose Bud Cherry

📋 copy color: '#8C355B'

red 140 ◦ green 53 ◦ blue 91

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

Shades of Rose Bud Cherry #8C355B

Tints of Rose Bud Cherry #8C355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.66%

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

R = 49.3%
G = 18.66%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C355B (or 0x8C355B) is known color: Rose Bud Cherry. HEX triplet: 8C, 35 and 5B. RGB value is (140,53,91). Sum of RGB (Red+Green+Blue) = 140+53+91=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C355B is #73CAA4. Grayscale: #535353. Windows color (decimal): -7588517 or 5977484. OLE color: 5977484.

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

Color convert

RGB 140 53 91 -
CMYK 0 0.62 0.35 0.45
HSL 333.79º 0.45% 0.38% -
HSV(B) 333.79º 0.62% 0.55% -
XYZ 13.98 8.88 10.87 -
YUV 83.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 140 53 91 0 0.62 0.35 0.45 333.79 0.45 0.38
Hex 8C 35 5B 0 3E 23 2D 14E 2D 26
Octal 214 65 133 0 76 43 55 516 55 46
Binary 10001100 110101 1011011 0 111110 100011 101101 101001110 101101 100110

Color Harmonies of #8C355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C355B

Black with #8C355B

Text Example


Text Example

White with #8C355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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