Html Css Color HEX #8C265B Rose Bud Cherry

📋 copy color: '#8C265B'

red 140 ◦ green 38 ◦ blue 91

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

Shades of Rose Bud Cherry #8C265B

Tints of Rose Bud Cherry #8C265B

RGB

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

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

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

R = 52.04%
G = 14.13%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C265B (or 0x8C265B) is known color: Rose Bud Cherry. HEX triplet: 8C, 26 and 5B. RGB value is (140,38,91). Sum of RGB (Red+Green+Blue) = 140+38+91=269 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.04% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 140 - color contains mainly: red. Hex color #8C265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C265B is #73D9A4. Grayscale: #4A4A4A. Windows color (decimal): -7592357 or 5973644. OLE color: 5973644.

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

Color convert

RGB 140 38 91 -
CMYK 0 0.73 0.35 0.45
HSL 328.82º 0.57% 0.35% -
HSV(B) 328.82º 0.73% 0.55% -
XYZ 13.4 7.72 10.68 -
YUV 74.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 140 38 91 0 0.73 0.35 0.45 328.82 0.57 0.35
Hex 8C 26 5B 0 49 23 2D 149 39 23
Octal 214 46 133 0 111 43 55 511 71 43
Binary 10001100 100110 1011011 0 1001001 100011 101101 101001001 111001 100011

Color Harmonies of #8C265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C265B

Black with #8C265B

Text Example


Text Example

White with #8C265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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