Html Css Color HEX #851655 Rose Bud Cherry

📋 copy color: '#851655'

red 133 ◦ green 22 ◦ blue 85

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

Shades of Rose Bud Cherry #851655

Tints of Rose Bud Cherry #851655

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.17%

 BLUE value IS 85 (33.59% from 255) = 35.42%

R = 55.42%
G = 9.17%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#851655 (or 0x851655) is known color: Rose Bud Cherry. HEX triplet: 85, 16 and 55. RGB value is (133,22,85). Sum of RGB (Red+Green+Blue) = 133+22+85=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #851655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851655 is #7AE9AA. Grayscale: #3E3E3E. Windows color (decimal): -8055211 or 5576325. OLE color: 5576325.

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

Color convert

RGB 133 22 85 -
CMYK 0 0.83 0.36 0.48
HSL 325.95º 0.72% 0.3% -
HSV(B) 325.95º 0.83% 0.52% -
XYZ 11.6 6.22 9.18 -
YUV 62.37 140.77 178.38 -
System Red Green Blue C M Y K H S L
Decimal 133 22 85 0 0.83 0.36 0.48 325.95 0.72 0.3
Hex 85 16 55 0 53 24 30 146 48 1E
Octal 205 26 125 0 123 44 60 506 110 36
Binary 10000101 10110 1010101 0 1010011 100100 110000 101000110 1001000 11110

Color Harmonies of #851655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851655

Black with #851655

Text Example


Text Example

White with #851655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851655; }

 p { color: rgb(133,22,85); }

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

background-color css

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

 a { background-color: rgb(133,22,85); }

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

border-color css

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

 span { border-color: rgb(133,22,85); }

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