Html Css Color HEX #851E59 Rose Bud Cherry

📋 copy color: '#851E59'

red 133 ◦ green 30 ◦ blue 89

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

Shades of Rose Bud Cherry #851E59

Tints of Rose Bud Cherry #851E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

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

R = 52.78%
G = 11.9%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851E59 (or 0x851E59) is known color: Rose Bud Cherry. HEX triplet: 85, 1E and 59. RGB value is (133,30,89). Sum of RGB (Red+Green+Blue) = 133+30+89=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851E59 is #7AE1A6. Grayscale: #434343. Windows color (decimal): -8053159 or 5840517. OLE color: 5840517.

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

Color convert

RGB 133 30 89 -
CMYK 0 0.77 0.33 0.48
HSL 325.63º 0.63% 0.32% -
HSV(B) 325.63º 0.77% 0.52% -
XYZ 11.94 6.64 10.1 -
YUV 67.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 133 30 89 0 0.77 0.33 0.48 325.63 0.63 0.32
Hex 85 1E 59 0 4D 21 30 146 3F 20
Octal 205 36 131 0 115 41 60 506 77 40
Binary 10000101 11110 1011001 0 1001101 100001 110000 101000110 111111 100000

Color Harmonies of #851E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851E59

Black with #851E59

Text Example


Text Example

White with #851E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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