Html Css Color HEX #851357 Rose Bud Cherry

📋 copy color: '#851357'

red 133 ◦ green 19 ◦ blue 87

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

Shades of Rose Bud Cherry #851357

Tints of Rose Bud Cherry #851357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 55.65%
G = 7.95%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851357 (or 0x851357) is known color: Rose Bud Cherry. HEX triplet: 85, 13 and 57. RGB value is (133,19,87). Sum of RGB (Red+Green+Blue) = 133+19+87=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #851357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851357 is #7AECA8. Grayscale: #3C3C3C. Windows color (decimal): -8055977 or 5706629. OLE color: 5706629.

HSL color Cylindrical-coordinate representation of color #851357: hue angle of 324.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851357 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 87 -
CMYK 0 0.86 0.35 0.48
HSL 324.21º 0.75% 0.3% -
HSV(B) 324.21º 0.86% 0.52% -
XYZ 11.63 6.14 9.59 -
YUV 60.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 133 19 87 0 0.86 0.35 0.48 324.21 0.75 0.3
Hex 85 13 57 0 56 23 30 144 4B 1E
Octal 205 23 127 0 126 43 60 504 113 36
Binary 10000101 10011 1010111 0 1010110 100011 110000 101000100 1001011 11110

Color Harmonies of #851357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851357

Black with #851357

Text Example


Text Example

White with #851357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851357; }

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

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

background-color css

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

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

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

border-color css

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

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

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