Html Css Color HEX #85235C Rose Bud Cherry

📋 copy color: '#85235C'

red 133 ◦ green 35 ◦ blue 92

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

Shades of Rose Bud Cherry #85235C

Tints of Rose Bud Cherry #85235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 51.15%
G = 13.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85235C (or 0x85235C) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 5C. RGB value is (133,35,92). Sum of RGB (Red+Green+Blue) = 133+35+92=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85235C is #7ADCA3. Grayscale: #464646. Windows color (decimal): -8051876 or 6038405. OLE color: 6038405.

HSL color Cylindrical-coordinate representation of color #85235C: hue angle of 325.1º 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 #85235C is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 92 -
CMYK 0 0.74 0.31 0.48
HSL 325.1º 0.58% 0.33% -
HSV(B) 325.1º 0.74% 0.52% -
XYZ 12.21 6.96 10.83 -
YUV 70.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 133 35 92 0 0.74 0.31 0.48 325.1 0.58 0.33
Hex 85 23 5C 0 4A 1F 30 145 3A 21
Octal 205 43 134 0 112 37 60 505 72 41
Binary 10000101 100011 1011100 0 1001010 11111 110000 101000101 111010 100001

Color Harmonies of #85235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85235C

Black with #85235C

Text Example


Text Example

White with #85235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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