Html Css Color HEX #852753 Rose Bud Cherry

📋 copy color: '#852753'

red 133 ◦ green 39 ◦ blue 83

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

Shades of Rose Bud Cherry #852753

Tints of Rose Bud Cherry #852753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.29%

 BLUE value IS 83 (32.81% from 255) = 32.55%

R = 52.16%
G = 15.29%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852753 (or 0x852753) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 53. RGB value is (133,39,83). Sum of RGB (Red+Green+Blue) = 133+39+83=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852753 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852753 is #7AD8AC. Grayscale: #484848. Windows color (decimal): -8050861 or 5449605. OLE color: 5449605.

HSL color Cylindrical-coordinate representation of color #852753: hue angle of 331.91º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852753 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 83 -
CMYK 0 0.71 0.38 0.48
HSL 331.91º 0.55% 0.34% -
HSV(B) 331.91º 0.71% 0.52% -
XYZ 11.96 7.06 8.92 -
YUV 72.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 133 39 83 0 0.71 0.38 0.48 331.91 0.55 0.34
Hex 85 27 53 0 47 26 30 14C 37 22
Octal 205 47 123 0 107 46 60 514 67 42
Binary 10000101 100111 1010011 0 1000111 100110 110000 101001100 110111 100010

Color Harmonies of #852753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852753

Black with #852753

Text Example


Text Example

White with #852753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852753; }

 p { color: rgb(133,39,83); }

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

background-color css

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

 a { background-color: rgb(133,39,83); }

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

border-color css

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

 span { border-color: rgb(133,39,83); }

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