Html Css Color HEX #8C3858 Rose Bud Cherry

📋 copy color: '#8C3858'

red 140 ◦ green 56 ◦ blue 88

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

Shades of Rose Bud Cherry #8C3858

Tints of Rose Bud Cherry #8C3858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.99%

R = 49.3%
G = 19.72%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C3858 (or 0x8C3858) is known color: Rose Bud Cherry. HEX triplet: 8C, 38 and 58. RGB value is (140,56,88). Sum of RGB (Red+Green+Blue) = 140+56+88=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3858 is #73C7A7. Grayscale: #545454. Windows color (decimal): -7587752 or 5781644. OLE color: 5781644.

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

Color convert

RGB 140 56 88 -
CMYK 0 0.6 0.37 0.45
HSL 337.14º 0.43% 0.38% -
HSV(B) 337.14º 0.6% 0.55% -
XYZ 13.99 9.11 10.25 -
YUV 84.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 140 56 88 0 0.6 0.37 0.45 337.14 0.43 0.38
Hex 8C 38 58 0 3C 25 2D 151 2B 26
Octal 214 70 130 0 74 45 55 521 53 46
Binary 10001100 111000 1011000 0 111100 100101 101101 101010001 101011 100110

Color Harmonies of #8C3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3858

Black with #8C3858

Text Example


Text Example

White with #8C3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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