Html Css Color HEX #8C345B Rose Bud Cherry

📋 copy color: '#8C345B'

red 140 ◦ green 52 ◦ blue 91

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

Shades of Rose Bud Cherry #8C345B

Tints of Rose Bud Cherry #8C345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 49.47%
G = 18.37%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C345B (or 0x8C345B) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 5B. RGB value is (140,52,91). Sum of RGB (Red+Green+Blue) = 140+52+91=283 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.47% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 140 - color contains mainly: red. Hex color #8C345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C345B is #73CBA4. Grayscale: #525252. Windows color (decimal): -7588773 or 5977228. OLE color: 5977228.

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

Color convert

RGB 140 52 91 -
CMYK 0 0.63 0.35 0.45
HSL 333.41º 0.46% 0.38% -
HSV(B) 333.41º 0.63% 0.55% -
XYZ 13.93 8.79 10.86 -
YUV 82.76 132.65 168.83 -
System Red Green Blue C M Y K H S L
Decimal 140 52 91 0 0.63 0.35 0.45 333.41 0.46 0.38
Hex 8C 34 5B 0 3F 23 2D 14D 2E 26
Octal 214 64 133 0 77 43 55 515 56 46
Binary 10001100 110100 1011011 0 111111 100011 101101 101001101 101110 100110

Color Harmonies of #8C345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C345B

Black with #8C345B

Text Example


Text Example

White with #8C345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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