Html Css Color HEX #851856 Rose Bud Cherry

📋 copy color: '#851856'

red 133 ◦ green 24 ◦ blue 86

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

Shades of Rose Bud Cherry #851856

Tints of Rose Bud Cherry #851856

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.88%

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

R = 54.73%
G = 9.88%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851856 (or 0x851856) is known color: Rose Bud Cherry. HEX triplet: 85, 18 and 56. RGB value is (133,24,86). Sum of RGB (Red+Green+Blue) = 133+24+86=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #851856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851856 is #7AE7A9. Grayscale: #3F3F3F. Windows color (decimal): -8054698 or 5642373. OLE color: 5642373.

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

Color convert

RGB 133 24 86 -
CMYK 0 0.82 0.35 0.48
HSL 325.87º 0.69% 0.31% -
HSV(B) 325.87º 0.82% 0.52% -
XYZ 11.68 6.31 9.41 -
YUV 63.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 133 24 86 0 0.82 0.35 0.48 325.87 0.69 0.31
Hex 85 18 56 0 52 23 30 146 45 1F
Octal 205 30 126 0 122 43 60 506 105 37
Binary 10000101 11000 1010110 0 1010010 100011 110000 101000110 1000101 11111

Color Harmonies of #851856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851856

Black with #851856

Text Example


Text Example

White with #851856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851856; }

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

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

background-color css

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

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

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

border-color css

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

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

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