Html Css Color HEX #8C1755 Rose Bud Cherry

📋 copy color: '#8C1755'

red 140 ◦ green 23 ◦ blue 85

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

Shades of Rose Bud Cherry #8C1755

Tints of Rose Bud Cherry #8C1755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.27%

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

R = 56.45%
G = 9.27%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C1755 (or 0x8C1755) is known color: Rose Bud Cherry. HEX triplet: 8C, 17 and 55. RGB value is (140,23,85). Sum of RGB (Red+Green+Blue) = 140+23+85=248 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.45% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1755 is #73E8AA. Grayscale: #404040. Windows color (decimal): -7596203 or 5576588. OLE color: 5576588.

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

Color convert

RGB 140 23 85 -
CMYK 0 0.84 0.39 0.45
HSL 328.21º 0.72% 0.32% -
HSV(B) 328.21º 0.84% 0.55% -
XYZ 12.76 6.84 9.24 -
YUV 65.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 140 23 85 0 0.84 0.39 0.45 328.21 0.72 0.32
Hex 8C 17 55 0 54 27 2D 148 48 20
Octal 214 27 125 0 124 47 55 510 110 40
Binary 10001100 10111 1010101 0 1010100 100111 101101 101001000 1001000 100000

Color Harmonies of #8C1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1755

Black with #8C1755

Text Example


Text Example

White with #8C1755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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