Html Css Color HEX #8C195B Rose Bud Cherry

📋 copy color: '#8C195B'

red 140 ◦ green 25 ◦ blue 91

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

Shades of Rose Bud Cherry #8C195B

Tints of Rose Bud Cherry #8C195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.77%

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

R = 54.69%
G = 9.77%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C195B (or 0x8C195B) is known color: Rose Bud Cherry. HEX triplet: 8C, 19 and 5B. RGB value is (140,25,91). Sum of RGB (Red+Green+Blue) = 140+25+91=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C195B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C195B is #73E6A4. Grayscale: #424242. Windows color (decimal): -7595685 or 5970316. OLE color: 5970316.

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

Color convert

RGB 140 25 91 -
CMYK 0 0.82 0.35 0.45
HSL 325.57º 0.7% 0.32% -
HSV(B) 325.57º 0.82% 0.55% -
XYZ 13.05 7.03 10.57 -
YUV 66.91 141.6 180.13 -
System Red Green Blue C M Y K H S L
Decimal 140 25 91 0 0.82 0.35 0.45 325.57 0.7 0.32
Hex 8C 19 5B 0 52 23 2D 146 46 20
Octal 214 31 133 0 122 43 55 506 106 40
Binary 10001100 11001 1011011 0 1010010 100011 101101 101000110 1000110 100000

Color Harmonies of #8C195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C195B

Black with #8C195B

Text Example


Text Example

White with #8C195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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