Html Css Color HEX #8C1A56 Rose Bud Cherry

📋 copy color: '#8C1A56'

red 140 ◦ green 26 ◦ blue 86

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

Shades of Rose Bud Cherry #8C1A56

Tints of Rose Bud Cherry #8C1A56

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.32%

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 55.56%
G = 10.32%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C1A56 (or 0x8C1A56) is known color: Rose Bud Cherry. HEX triplet: 8C, 1A and 56. RGB value is (140,26,86). Sum of RGB (Red+Green+Blue) = 140+26+86=252 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.56% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A56 is #73E5A9. Grayscale: #424242. Windows color (decimal): -7595434 or 5642892. OLE color: 5642892.

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

Color convert

RGB 140 26 86 -
CMYK 0 0.81 0.39 0.45
HSL 328.42º 0.69% 0.33% -
HSV(B) 328.42º 0.81% 0.55% -
XYZ 12.86 6.99 9.47 -
YUV 66.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 140 26 86 0 0.81 0.39 0.45 328.42 0.69 0.33
Hex 8C 1A 56 0 51 27 2D 148 45 21
Octal 214 32 126 0 121 47 55 510 105 41
Binary 10001100 11010 1010110 0 1010001 100111 101101 101001000 1000101 100001

Color Harmonies of #8C1A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A56

Black with #8C1A56

Text Example


Text Example

White with #8C1A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,26,86); }

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

background-color css

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

 a { background-color: rgb(140,26,86); }

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

border-color css

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

 span { border-color: rgb(140,26,86); }

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