Html Css Color HEX #85104D Rose Bud Cherry

📋 copy color: '#85104D'

red 133 ◦ green 16 ◦ blue 77

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

Shades of Rose Bud Cherry #85104D

Tints of Rose Bud Cherry #85104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 58.85%
G = 7.08%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85104D (or 0x85104D) is known color: Rose Bud Cherry. HEX triplet: 85, 10 and 4D. RGB value is (133,16,77). Sum of RGB (Red+Green+Blue) = 133+16+77=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85104D is #7AEFB2. Grayscale: #393939. Windows color (decimal): -8056755 or 5050501. OLE color: 5050501.

HSL color Cylindrical-coordinate representation of color #85104D: hue angle of 328.72º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85104D is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 77 -
CMYK 0 0.88 0.42 0.48
HSL 328.72º 0.79% 0.29% -
HSV(B) 328.72º 0.88% 0.52% -
XYZ 11.2 5.89 7.57 -
YUV 57.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 133 16 77 0 0.88 0.42 0.48 328.72 0.79 0.29
Hex 85 10 4D 0 58 2A 30 149 4F 1D
Octal 205 20 115 0 130 52 60 511 117 35
Binary 10000101 10000 1001101 0 1011000 101010 110000 101001001 1001111 11101

Color Harmonies of #85104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85104D

Black with #85104D

Text Example


Text Example

White with #85104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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