Html Css Color HEX #852455 Rose Bud Cherry

📋 copy color: '#852455'

red 133 ◦ green 36 ◦ blue 85

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

Shades of Rose Bud Cherry #852455

Tints of Rose Bud Cherry #852455

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.17%

 BLUE value IS 85 (33.59% from 255) = 33.46%

R = 52.36%
G = 14.17%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#852455 (or 0x852455) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 55. RGB value is (133,36,85). Sum of RGB (Red+Green+Blue) = 133+36+85=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852455 is #7ADBAA. Grayscale: #464646. Windows color (decimal): -8051627 or 5579909. OLE color: 5579909.

HSL color Cylindrical-coordinate representation of color #852455: hue angle of 329.69º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852455 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 85 -
CMYK 0 0.73 0.36 0.48
HSL 329.69º 0.57% 0.33% -
HSV(B) 329.69º 0.73% 0.52% -
XYZ 11.94 6.9 9.3 -
YUV 70.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 133 36 85 0 0.73 0.36 0.48 329.69 0.57 0.33
Hex 85 24 55 0 49 24 30 14A 39 21
Octal 205 44 125 0 111 44 60 512 71 41
Binary 10000101 100100 1010101 0 1001001 100100 110000 101001010 111001 100001

Color Harmonies of #852455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852455

Black with #852455

Text Example


Text Example

White with #852455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852455; }

 p { color: rgb(133,36,85); }

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

background-color css

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

 a { background-color: rgb(133,36,85); }

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

border-color css

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

 span { border-color: rgb(133,36,85); }

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