Html Css Color HEX #8C255B Rose Bud Cherry

📋 copy color: '#8C255B'

red 140 ◦ green 37 ◦ blue 91

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

Shades of Rose Bud Cherry #8C255B

Tints of Rose Bud Cherry #8C255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

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

R = 52.24%
G = 13.81%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C255B (or 0x8C255B) is known color: Rose Bud Cherry. HEX triplet: 8C, 25 and 5B. RGB value is (140,37,91). Sum of RGB (Red+Green+Blue) = 140+37+91=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C255B is #73DAA4. Grayscale: #494949. Windows color (decimal): -7592613 or 5973388. OLE color: 5973388.

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

Color convert

RGB 140 37 91 -
CMYK 0 0.74 0.35 0.45
HSL 328.54º 0.58% 0.35% -
HSV(B) 328.54º 0.74% 0.55% -
XYZ 13.37 7.65 10.67 -
YUV 73.95 137.62 175.11 -
System Red Green Blue C M Y K H S L
Decimal 140 37 91 0 0.74 0.35 0.45 328.54 0.58 0.35
Hex 8C 25 5B 0 4A 23 2D 149 3A 23
Octal 214 45 133 0 112 43 55 511 72 43
Binary 10001100 100101 1011011 0 1001010 100011 101101 101001001 111010 100011

Color Harmonies of #8C255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C255B

Black with #8C255B

Text Example


Text Example

White with #8C255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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