Html Css Color HEX #851756 Rose Bud Cherry

📋 copy color: '#851756'

red 133 ◦ green 23 ◦ blue 86

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

Shades of Rose Bud Cherry #851756

Tints of Rose Bud Cherry #851756

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

 BLUE value IS 86 (33.98% from 255) = 35.54%

R = 54.96%
G = 9.5%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851756 (or 0x851756) is known color: Rose Bud Cherry. HEX triplet: 85, 17 and 56. RGB value is (133,23,86). Sum of RGB (Red+Green+Blue) = 133+23+86=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #851756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851756 is #7AE8A9. Grayscale: #3E3E3E. Windows color (decimal): -8054954 or 5642117. OLE color: 5642117.

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

Color convert

RGB 133 23 86 -
CMYK 0 0.83 0.35 0.48
HSL 325.64º 0.71% 0.31% -
HSV(B) 325.64º 0.83% 0.52% -
XYZ 11.66 6.27 9.4 -
YUV 63.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 133 23 86 0 0.83 0.35 0.48 325.64 0.71 0.31
Hex 85 17 56 0 53 23 30 146 47 1F
Octal 205 27 126 0 123 43 60 506 107 37
Binary 10000101 10111 1010110 0 1010011 100011 110000 101000110 1000111 11111

Color Harmonies of #851756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851756

Black with #851756

Text Example


Text Example

White with #851756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851756; }

 p { color: rgb(133,23,86); }

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

background-color css

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

 a { background-color: rgb(133,23,86); }

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

border-color css

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

 span { border-color: rgb(133,23,86); }

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