Html Css Color HEX #852953 Rose Bud Cherry

📋 copy color: '#852953'

red 133 ◦ green 41 ◦ blue 83

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

Shades of Rose Bud Cherry #852953

Tints of Rose Bud Cherry #852953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 51.75%
G = 15.95%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852953 (or 0x852953) is known color: Rose Bud Cherry. HEX triplet: 85, 29 and 53. RGB value is (133,41,83). Sum of RGB (Red+Green+Blue) = 133+41+83=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #852953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852953 is #7AD6AC. Grayscale: #494949. Windows color (decimal): -8050349 or 5450117. OLE color: 5450117.

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

Color convert

RGB 133 41 83 -
CMYK 0 0.69 0.38 0.48
HSL 332.61º 0.53% 0.34% -
HSV(B) 332.61º 0.69% 0.52% -
XYZ 12.03 7.2 8.94 -
YUV 73.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 133 41 83 0 0.69 0.38 0.48 332.61 0.53 0.34
Hex 85 29 53 0 45 26 30 14D 35 22
Octal 205 51 123 0 105 46 60 515 65 42
Binary 10000101 101001 1010011 0 1000101 100110 110000 101001101 110101 100010

Color Harmonies of #852953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852953

Black with #852953

Text Example


Text Example

White with #852953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852953; }

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

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

background-color css

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

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

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

border-color css

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

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

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