Html Css Color HEX #85164D Rose Bud Cherry

📋 copy color: '#85164D'

red 133 ◦ green 22 ◦ blue 77

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

Shades of Rose Bud Cherry #85164D

Tints of Rose Bud Cherry #85164D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.19%

R = 57.33%
G = 9.48%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85164D (or 0x85164D) is known color: Rose Bud Cherry. HEX triplet: 85, 16 and 4D. RGB value is (133,22,77). Sum of RGB (Red+Green+Blue) = 133+22+77=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85164D is #7AE9B2. Grayscale: #3D3D3D. Windows color (decimal): -8055219 or 5052037. OLE color: 5052037.

HSL color Cylindrical-coordinate representation of color #85164D: hue angle of 330.27º 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 #85164D is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 77 -
CMYK 0 0.83 0.42 0.48
HSL 330.27º 0.72% 0.3% -
HSV(B) 330.27º 0.83% 0.52% -
XYZ 11.3 6.1 7.6 -
YUV 61.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 133 22 77 0 0.83 0.42 0.48 330.27 0.72 0.3
Hex 85 16 4D 0 53 2A 30 14A 48 1E
Octal 205 26 115 0 123 52 60 512 110 36
Binary 10000101 10110 1001101 0 1010011 101010 110000 101001010 1001000 11110

Color Harmonies of #85164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85164D

Black with #85164D

Text Example


Text Example

White with #85164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85164D; }

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

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

background-color css

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

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

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

border-color css

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

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

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