Html Css Color HEX #85174D Rose Bud Cherry

📋 copy color: '#85174D'

red 133 ◦ green 23 ◦ blue 77

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

Shades of Rose Bud Cherry #85174D

Tints of Rose Bud Cherry #85174D

RGB

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

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

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

R = 57.08%
G = 9.87%
B = 33.05%

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

#85174D (or 0x85174D) is known color: Rose Bud Cherry. HEX triplet: 85, 17 and 4D. RGB value is (133,23,77). Sum of RGB (Red+Green+Blue) = 133+23+77=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85174D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85174D is #7AE8B2. Grayscale: #3D3D3D. Windows color (decimal): -8054963 or 5052293. OLE color: 5052293.

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

Color convert

RGB 133 23 77 -
CMYK 0 0.83 0.42 0.48
HSL 330.55º 0.71% 0.31% -
HSV(B) 330.55º 0.83% 0.52% -
XYZ 11.32 6.14 7.61 -
YUV 62.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 133 23 77 0 0.83 0.42 0.48 330.55 0.71 0.31
Hex 85 17 4D 0 53 2A 30 14B 47 1F
Octal 205 27 115 0 123 52 60 513 107 37
Binary 10000101 10111 1001101 0 1010011 101010 110000 101001011 1000111 11111

Color Harmonies of #85174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85174D

Black with #85174D

Text Example


Text Example

White with #85174D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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