Html Css Color HEX #85174C Rose Bud Cherry

📋 copy color: '#85174C'

red 133 ◦ green 23 ◦ blue 76

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

Shades of Rose Bud Cherry #85174C

Tints of Rose Bud Cherry #85174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.76%

R = 57.33%
G = 9.91%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85174C (or 0x85174C) is known color: Rose Bud Cherry. HEX triplet: 85, 17 and 4C. RGB value is (133,23,76). Sum of RGB (Red+Green+Blue) = 133+23+76=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85174C is #7AE8B3. Grayscale: #3D3D3D. Windows color (decimal): -8054964 or 4986757. OLE color: 4986757.

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

Color convert

RGB 133 23 76 -
CMYK 0 0.83 0.43 0.48
HSL 331.09º 0.71% 0.31% -
HSV(B) 331.09º 0.83% 0.52% -
XYZ 11.28 6.12 7.42 -
YUV 61.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 133 23 76 0 0.83 0.43 0.48 331.09 0.71 0.31
Hex 85 17 4C 0 53 2B 30 14B 47 1F
Octal 205 27 114 0 123 53 60 513 107 37
Binary 10000101 10111 1001100 0 1010011 101011 110000 101001011 1000111 11111

Color Harmonies of #85174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85174C

Black with #85174C

Text Example


Text Example

White with #85174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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