Html Css Color HEX #8C345F Rose Bud Cherry

📋 copy color: '#8C345F'

red 140 ◦ green 52 ◦ blue 95

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

Shades of Rose Bud Cherry #8C345F

Tints of Rose Bud Cherry #8C345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 48.78%
G = 18.12%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C345F (or 0x8C345F) is known color: Rose Bud Cherry. HEX triplet: 8C, 34 and 5F. RGB value is (140,52,95). Sum of RGB (Red+Green+Blue) = 140+52+95=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C345F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C345F is #73CBA0. Grayscale: #535353. Windows color (decimal): -7588769 or 6239372. OLE color: 6239372.

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

Color convert

RGB 140 52 95 -
CMYK 0 0.63 0.32 0.45
HSL 330.68º 0.46% 0.38% -
HSV(B) 330.68º 0.63% 0.55% -
XYZ 14.11 8.86 11.79 -
YUV 83.21 134.65 168.5 -
System Red Green Blue C M Y K H S L
Decimal 140 52 95 0 0.63 0.32 0.45 330.68 0.46 0.38
Hex 8C 34 5F 0 3F 20 2D 14B 2E 26
Octal 214 64 137 0 77 40 55 513 56 46
Binary 10001100 110100 1011111 0 111111 100000 101101 101001011 101110 100110

Color Harmonies of #8C345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C345F

Black with #8C345F

Text Example


Text Example

White with #8C345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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