Html Css Color HEX #8C2358 Rose Bud Cherry

📋 copy color: '#8C2358'

red 140 ◦ green 35 ◦ blue 88

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

Shades of Rose Bud Cherry #8C2358

Tints of Rose Bud Cherry #8C2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

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

R = 53.23%
G = 13.31%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C2358 (or 0x8C2358) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 58. RGB value is (140,35,88). Sum of RGB (Red+Green+Blue) = 140+35+88=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2358 is #73DCA7. Grayscale: #484848. Windows color (decimal): -7593128 or 5776268. OLE color: 5776268.

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

Color convert

RGB 140 35 88 -
CMYK 0 0.75 0.37 0.45
HSL 329.71º 0.6% 0.34% -
HSV(B) 329.71º 0.75% 0.55% -
XYZ 13.18 7.48 9.98 -
YUV 72.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 140 35 88 0 0.75 0.37 0.45 329.71 0.6 0.34
Hex 8C 23 58 0 4B 25 2D 14A 3C 22
Octal 214 43 130 0 113 45 55 512 74 42
Binary 10001100 100011 1011000 0 1001011 100101 101101 101001010 111100 100010

Color Harmonies of #8C2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2358

Black with #8C2358

Text Example


Text Example

White with #8C2358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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