Html Css Color HEX #85195D Rose Bud Cherry

📋 copy color: '#85195D'

red 133 ◦ green 25 ◦ blue 93

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

Shades of Rose Bud Cherry #85195D

Tints of Rose Bud Cherry #85195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 93 (36.72% from 255) = 37.05%

R = 52.99%
G = 9.96%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85195D (or 0x85195D) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 5D. RGB value is (133,25,93). Sum of RGB (Red+Green+Blue) = 133+25+93=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #85195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85195D is #7AE6A2. Grayscale: #404040. Windows color (decimal): -8054435 or 6101381. OLE color: 6101381.

HSL color Cylindrical-coordinate representation of color #85195D: hue angle of 322.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85195D is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 93 -
CMYK 0 0.81 0.30 0.48
HSL 322.22º 0.68% 0.31% -
HSV(B) 322.22º 0.81% 0.52% -
XYZ 12 6.47 10.97 -
YUV 65.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 133 25 93 0 0.81 0.30 0.48 322.22 0.68 0.31
Hex 85 19 5D 0 51 1E 30 142 44 1F
Octal 205 31 135 0 121 36 60 502 104 37
Binary 10000101 11001 1011101 0 1010001 11110 110000 101000010 1000100 11111

Color Harmonies of #85195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85195D

Black with #85195D

Text Example


Text Example

White with #85195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,25,93); }

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

background-color css

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

 a { background-color: rgb(133,25,93); }

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

border-color css

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

 span { border-color: rgb(133,25,93); }

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