Html Css Color HEX #851D57 Rose Bud Cherry

📋 copy color: '#851D57'

red 133 ◦ green 29 ◦ blue 87

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

Shades of Rose Bud Cherry #851D57

Tints of Rose Bud Cherry #851D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 53.41%
G = 11.65%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851D57 (or 0x851D57) is known color: Rose Bud Cherry. HEX triplet: 85, 1D and 57. RGB value is (133,29,87). Sum of RGB (Red+Green+Blue) = 133+29+87=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #851D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D57 is #7AE2A8. Grayscale: #424242. Windows color (decimal): -8053417 or 5709189. OLE color: 5709189.

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

Color convert

RGB 133 29 87 -
CMYK 0 0.78 0.35 0.48
HSL 326.54º 0.64% 0.32% -
HSV(B) 326.54º 0.78% 0.52% -
XYZ 11.83 6.55 9.66 -
YUV 66.71 139.46 175.28 -
System Red Green Blue C M Y K H S L
Decimal 133 29 87 0 0.78 0.35 0.48 326.54 0.64 0.32
Hex 85 1D 57 0 4E 23 30 147 40 20
Octal 205 35 127 0 116 43 60 507 100 40
Binary 10000101 11101 1010111 0 1001110 100011 110000 101000111 1000000 100000

Color Harmonies of #851D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D57

Black with #851D57

Text Example


Text Example

White with #851D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,87); }

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

background-color css

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

 a { background-color: rgb(133,29,87); }

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

border-color css

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

 span { border-color: rgb(133,29,87); }

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