Html Css Color HEX #851951 Rose Bud Cherry

📋 copy color: '#851951'

red 133 ◦ green 25 ◦ blue 81

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

Shades of Rose Bud Cherry #851951

Tints of Rose Bud Cherry #851951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 55.65%
G = 10.46%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#851951 (or 0x851951) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 51. RGB value is (133,25,81). Sum of RGB (Red+Green+Blue) = 133+25+81=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #851951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851951 is #7AE6AE. Grayscale: #3F3F3F. Windows color (decimal): -8054447 or 5314949. OLE color: 5314949.

HSL color Cylindrical-coordinate representation of color #851951: hue angle of 328.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851951 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 81 -
CMYK 0 0.81 0.39 0.48
HSL 328.89º 0.68% 0.31% -
HSV(B) 328.89º 0.81% 0.52% -
XYZ 11.51 6.28 8.39 -
YUV 63.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 133 25 81 0 0.81 0.39 0.48 328.89 0.68 0.31
Hex 85 19 51 0 51 27 30 149 44 1F
Octal 205 31 121 0 121 47 60 511 104 37
Binary 10000101 11001 1010001 0 1010001 100111 110000 101001001 1000100 11111

Color Harmonies of #851951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851951

Black with #851951

Text Example


Text Example

White with #851951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851951; }

 p { color: rgb(133,25,81); }

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

background-color css

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

 a { background-color: rgb(133,25,81); }

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

border-color css

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

 span { border-color: rgb(133,25,81); }

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