Html Css Color HEX #8C385B Rose Bud Cherry

📋 copy color: '#8C385B'

red 140 ◦ green 56 ◦ blue 91

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

Shades of Rose Bud Cherry #8C385B

Tints of Rose Bud Cherry #8C385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.51%

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

R = 48.78%
G = 19.51%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C385B (or 0x8C385B) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 5B. RGB value is (140,56,91). Sum of RGB (Red+Green+Blue) = 140+56+91=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C385B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C385B is #73C7A4. Grayscale: #555555. Windows color (decimal): -7587749 or 5978252. OLE color: 5978252.

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

Color convert

RGB 140 56 91 -
CMYK 0 0.6 0.35 0.45
HSL 335º 0.43% 0.38% -
HSV(B) 335º 0.6% 0.55% -
XYZ 14.12 9.16 10.92 -
YUV 85.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 140 56 91 0 0.6 0.35 0.45 335 0.43 0.38
Hex 8C 38 5B 0 3C 23 2D 14F 2B 26
Octal 214 70 133 0 74 43 55 517 53 46
Binary 10001100 111000 1011011 0 111100 100011 101101 101001111 101011 100110

Color Harmonies of #8C385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C385B

Black with #8C385B

Text Example


Text Example

White with #8C385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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