Html Css Color HEX #85375D Rose Bud Cherry

📋 copy color: '#85375D'

red 133 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #85375D

Tints of Rose Bud Cherry #85375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 47.33%
G = 19.57%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85375D (or 0x85375D) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 5D. RGB value is (133,55,93). Sum of RGB (Red+Green+Blue) = 133+55+93=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85375D is #7AC8A2. Grayscale: #525252. Windows color (decimal): -8046755 or 6109061. OLE color: 6109061.

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

Color convert

RGB 133 55 93 -
CMYK 0 0.59 0.30 0.48
HSL 330.77º 0.41% 0.37% -
HSV(B) 330.77º 0.59% 0.52% -
XYZ 13.01 8.51 11.31 -
YUV 82.65 133.84 163.91 -
System Red Green Blue C M Y K H S L
Decimal 133 55 93 0 0.59 0.30 0.48 330.77 0.41 0.37
Hex 85 37 5D 0 3B 1E 30 14B 29 25
Octal 205 67 135 0 73 36 60 513 51 45
Binary 10000101 110111 1011101 0 111011 11110 110000 101001011 101001 100101

Color Harmonies of #85375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85375D

Black with #85375D

Text Example


Text Example

White with #85375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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