Html Css Color HEX #851C59 Rose Bud Cherry

📋 copy color: '#851C59'

red 133 ◦ green 28 ◦ blue 89

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

Shades of Rose Bud Cherry #851C59

Tints of Rose Bud Cherry #851C59

RGB

 RED value IS 133 (52.34% from 255) = 53.2%

 GREEN value IS 28 (11.33% from 255) = 11.2%

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 53.2%
G = 11.2%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851C59 (or 0x851C59) is known color: Rose Bud Cherry. HEX triplet: 85, 1C and 59. RGB value is (133,28,89). Sum of RGB (Red+Green+Blue) = 133+28+89=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #851C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C59 is #7AE3A6. Grayscale: #424242. Windows color (decimal): -8053671 or 5840005. OLE color: 5840005.

HSL color Cylindrical-coordinate representation of color #851C59: hue angle of 325.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C59 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 89 -
CMYK 0 0.79 0.33 0.48
HSL 325.14º 0.65% 0.32% -
HSV(B) 325.14º 0.79% 0.52% -
XYZ 11.89 6.54 10.09 -
YUV 66.35 140.79 175.54 -
System Red Green Blue C M Y K H S L
Decimal 133 28 89 0 0.79 0.33 0.48 325.14 0.65 0.32
Hex 85 1C 59 0 4F 21 30 145 41 20
Octal 205 34 131 0 117 41 60 505 101 40
Binary 10000101 11100 1011001 0 1001111 100001 110000 101000101 1000001 100000

Color Harmonies of #851C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C59

Black with #851C59

Text Example


Text Example

White with #851C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851C59; }

 p { color: rgb(133,28,89); }

 H1.HeaderClassName
 {
   color: #851C59;
 }
 .AnyTagClassName
 {
   color: #851C59;
 }
</style>

background-color css

<style>
 a { background-color: #851C59; }

 a { background-color: rgb(133,28,89); }

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

border-color css

<style>
 span { border-color: #851C59; }

 span { border-color: rgb(133,28,89); }

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