Html Css Color HEX #851456 Rose Bud Cherry

📋 copy color: '#851456'

red 133 ◦ green 20 ◦ blue 86

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

Shades of Rose Bud Cherry #851456

Tints of Rose Bud Cherry #851456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 55.65%
G = 8.37%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851456 (or 0x851456) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 56. RGB value is (133,20,86). Sum of RGB (Red+Green+Blue) = 133+20+86=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #851456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851456 is #7AEBA9. Grayscale: #3D3D3D. Windows color (decimal): -8055722 or 5641349. OLE color: 5641349.

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

Color convert

RGB 133 20 86 -
CMYK 0 0.85 0.35 0.48
HSL 324.96º 0.74% 0.3% -
HSV(B) 324.96º 0.85% 0.52% -
XYZ 11.6 6.16 9.38 -
YUV 61.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 133 20 86 0 0.85 0.35 0.48 324.96 0.74 0.3
Hex 85 14 56 0 55 23 30 145 4A 1E
Octal 205 24 126 0 125 43 60 505 112 36
Binary 10000101 10100 1010110 0 1010101 100011 110000 101000101 1001010 11110

Color Harmonies of #851456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851456

Black with #851456

Text Example


Text Example

White with #851456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851456; }

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

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

background-color css

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

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

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

border-color css

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

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

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