Html Css Color HEX #852752 Rose Bud Cherry

📋 copy color: '#852752'

red 133 ◦ green 39 ◦ blue 82

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

Shades of Rose Bud Cherry #852752

Tints of Rose Bud Cherry #852752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.28%

R = 52.36%
G = 15.35%
B = 32.28%

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

#852752 (or 0x852752) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 52. RGB value is (133,39,82). Sum of RGB (Red+Green+Blue) = 133+39+82=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #852752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852752 is #7AD8AD. Grayscale: #474747. Windows color (decimal): -8050862 or 5384069. OLE color: 5384069.

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

Color convert

RGB 133 39 82 -
CMYK 0 0.71 0.38 0.48
HSL 332.55º 0.55% 0.34% -
HSV(B) 332.55º 0.71% 0.52% -
XYZ 11.92 7.05 8.71 -
YUV 72.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 133 39 82 0 0.71 0.38 0.48 332.55 0.55 0.34
Hex 85 27 52 0 47 26 30 14D 37 22
Octal 205 47 122 0 107 46 60 515 67 42
Binary 10000101 100111 1010010 0 1000111 100110 110000 101001101 110111 100010

Color Harmonies of #852752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852752

Black with #852752

Text Example


Text Example

White with #852752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852752; }

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

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

background-color css

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

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

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

border-color css

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

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

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