Html Css Color HEX #8C365C Rose Bud Cherry

📋 copy color: '#8C365C'

red 140 ◦ green 54 ◦ blue 92

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

Shades of Rose Bud Cherry #8C365C

Tints of Rose Bud Cherry #8C365C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 48.95%
G = 18.88%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C365C (or 0x8C365C) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 5C. RGB value is (140,54,92). Sum of RGB (Red+Green+Blue) = 140+54+92=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C365C is #73C9A3. Grayscale: #535353. Windows color (decimal): -7588260 or 6043276. OLE color: 6043276.

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

Color convert

RGB 140 54 92 -
CMYK 0 0.61 0.34 0.45
HSL 333.49º 0.44% 0.38% -
HSV(B) 333.49º 0.61% 0.55% -
XYZ 14.07 8.99 11.12 -
YUV 84.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 140 54 92 0 0.61 0.34 0.45 333.49 0.44 0.38
Hex 8C 36 5C 0 3D 22 2D 14D 2C 26
Octal 214 66 134 0 75 42 55 515 54 46
Binary 10001100 110110 1011100 0 111101 100010 101101 101001101 101100 100110

Color Harmonies of #8C365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C365C

Black with #8C365C

Text Example


Text Example

White with #8C365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,54,92); }

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

background-color css

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

 a { background-color: rgb(140,54,92); }

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

border-color css

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

 span { border-color: rgb(140,54,92); }

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