Html Css Color HEX #85345D Rose Bud Cherry

📋 copy color: '#85345D'

red 133 ◦ green 52 ◦ blue 93

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

Shades of Rose Bud Cherry #85345D

Tints of Rose Bud Cherry #85345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

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

R = 47.84%
G = 18.71%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85345D (or 0x85345D) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 5D. RGB value is (133,52,93). Sum of RGB (Red+Green+Blue) = 133+52+93=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #85345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85345D is #7ACBA2. Grayscale: #505050. Windows color (decimal): -8047523 or 6108293. OLE color: 6108293.

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

Color convert

RGB 133 52 93 -
CMYK 0 0.61 0.30 0.48
HSL 329.63º 0.44% 0.36% -
HSV(B) 329.63º 0.61% 0.52% -
XYZ 12.88 8.23 11.27 -
YUV 80.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 133 52 93 0 0.61 0.30 0.48 329.63 0.44 0.36
Hex 85 34 5D 0 3D 1E 30 14A 2C 24
Octal 205 64 135 0 75 36 60 512 54 44
Binary 10000101 110100 1011101 0 111101 11110 110000 101001010 101100 100100

Color Harmonies of #85345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85345D

Black with #85345D

Text Example


Text Example

White with #85345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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