Html Css Color HEX #852360 Rose Bud Cherry

📋 copy color: '#852360'

red 133 ◦ green 35 ◦ blue 96

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

Shades of Rose Bud Cherry #852360

Tints of Rose Bud Cherry #852360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.36%

R = 50.38%
G = 13.26%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#852360 (or 0x852360) is known color: Rose Bud Cherry. HEX triplet: 85, 23 and 60. RGB value is (133,35,96). Sum of RGB (Red+Green+Blue) = 133+35+96=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #852360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852360 is #7ADC9F. Grayscale: #474747. Windows color (decimal): -8051872 or 6300549. OLE color: 6300549.

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

Color convert

RGB 133 35 96 -
CMYK 0 0.74 0.28 0.48
HSL 322.65º 0.58% 0.33% -
HSV(B) 322.65º 0.74% 0.52% -
XYZ 12.39 7.03 11.77 -
YUV 71.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 133 35 96 0 0.74 0.28 0.48 322.65 0.58 0.33
Hex 85 23 60 0 4A 1C 30 143 3A 21
Octal 205 43 140 0 112 34 60 503 72 41
Binary 10000101 100011 1100000 0 1001010 11100 110000 101000011 111010 100001

Color Harmonies of #852360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852360

Black with #852360

Text Example


Text Example

White with #852360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852360; }

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

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

background-color css

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

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

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

border-color css

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

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

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