Html Css Color HEX #8C2655 Rose Bud Cherry

📋 copy color: '#8C2655'

red 140 ◦ green 38 ◦ blue 85

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

Shades of Rose Bud Cherry #8C2655

Tints of Rose Bud Cherry #8C2655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 53.23%
G = 14.45%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C2655 (or 0x8C2655) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 55. RGB value is (140,38,85). Sum of RGB (Red+Green+Blue) = 140+38+85=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2655 is #73D9AA. Grayscale: #494949. Windows color (decimal): -7592363 or 5580428. OLE color: 5580428.

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

Color convert

RGB 140 38 85 -
CMYK 0 0.73 0.39 0.45
HSL 332.35º 0.57% 0.35% -
HSV(B) 332.35º 0.73% 0.55% -
XYZ 13.15 7.62 9.37 -
YUV 73.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 140 38 85 0 0.73 0.39 0.45 332.35 0.57 0.35
Hex 8C 26 55 0 49 27 2D 14C 39 23
Octal 214 46 125 0 111 47 55 514 71 43
Binary 10001100 100110 1010101 0 1001001 100111 101101 101001100 111001 100011

Color Harmonies of #8C2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2655

Black with #8C2655

Text Example


Text Example

White with #8C2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,85); }

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

background-color css

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

 a { background-color: rgb(140,38,85); }

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

border-color css

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

 span { border-color: rgb(140,38,85); }

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