Html Css Color HEX #8C2653 Rose Bud Cherry

📋 copy color: '#8C2653'

red 140 ◦ green 38 ◦ blue 83

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

Shades of Rose Bud Cherry #8C2653

Tints of Rose Bud Cherry #8C2653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.8%

R = 53.64%
G = 14.56%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8C2653 (or 0x8C2653) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 53. RGB value is (140,38,83). Sum of RGB (Red+Green+Blue) = 140+38+83=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2653 is #73D9AC. Grayscale: #494949. Windows color (decimal): -7592365 or 5449356. OLE color: 5449356.

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

Color convert

RGB 140 38 83 -
CMYK 0 0.73 0.41 0.45
HSL 333.53º 0.57% 0.35% -
HSV(B) 333.53º 0.73% 0.55% -
XYZ 13.07 7.59 8.96 -
YUV 73.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 140 38 83 0 0.73 0.41 0.45 333.53 0.57 0.35
Hex 8C 26 53 0 49 29 2D 14E 39 23
Octal 214 46 123 0 111 51 55 516 71 43
Binary 10001100 100110 1010011 0 1001001 101001 101101 101001110 111001 100011

Color Harmonies of #8C2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2653

Black with #8C2653

Text Example


Text Example

White with #8C2653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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