Html Css Color HEX #85134C Rose Bud Cherry

📋 copy color: '#85134C'

red 133 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #85134C

Tints of Rose Bud Cherry #85134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

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

R = 58.33%
G = 8.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85134C (or 0x85134C) is known color: Rose Bud Cherry. HEX triplet: 85, 13 and 4C. RGB value is (133,19,76). Sum of RGB (Red+Green+Blue) = 133+19+76=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85134C is #7AECB3. Grayscale: #3B3B3B. Windows color (decimal): -8055988 or 4985733. OLE color: 4985733.

HSL color Cylindrical-coordinate representation of color #85134C: hue angle of 330º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85134C is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 76 -
CMYK 0 0.86 0.43 0.48
HSL 330º 0.75% 0.3% -
HSV(B) 330º 0.86% 0.52% -
XYZ 11.21 5.97 7.4 -
YUV 59.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 133 19 76 0 0.86 0.43 0.48 330 0.75 0.3
Hex 85 13 4C 0 56 2B 30 14A 4B 1E
Octal 205 23 114 0 126 53 60 512 113 36
Binary 10000101 10011 1001100 0 1010110 101011 110000 101001010 1001011 11110

Color Harmonies of #85134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85134C

Black with #85134C

Text Example


Text Example

White with #85134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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