Html Css Color HEX #85235D Rose Bud Cherry

📋 copy color: '#85235D'

red 133 ◦ green 35 ◦ blue 93

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

Shades of Rose Bud Cherry #85235D

Tints of Rose Bud Cherry #85235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 50.96%
G = 13.41%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85235D (or 0x85235D) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 5D. RGB value is (133,35,93). Sum of RGB (Red+Green+Blue) = 133+35+93=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85235D is #7ADCA2. Grayscale: #464646. Windows color (decimal): -8051875 or 6103941. OLE color: 6103941.

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

Color convert

RGB 133 35 93 -
CMYK 0 0.74 0.30 0.48
HSL 324.49º 0.58% 0.33% -
HSV(B) 324.49º 0.74% 0.52% -
XYZ 12.25 6.98 11.06 -
YUV 70.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 133 35 93 0 0.74 0.30 0.48 324.49 0.58 0.33
Hex 85 23 5D 0 4A 1E 30 144 3A 21
Octal 205 43 135 0 112 36 60 504 72 41
Binary 10000101 100011 1011101 0 1001010 11110 110000 101000100 111010 100001

Color Harmonies of #85235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85235D

Black with #85235D

Text Example


Text Example

White with #85235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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