Html Css Color HEX #852651 Rose Bud Cherry

📋 copy color: '#852651'

red 133 ◦ green 38 ◦ blue 81

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

Shades of Rose Bud Cherry #852651

Tints of Rose Bud Cherry #852651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

 BLUE value IS 81 (32.03% from 255) = 32.14%

R = 52.78%
G = 15.08%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#852651 (or 0x852651) is known color: Rose Bud Cherry. HEX triplet: 85, 26 and 51. RGB value is (133,38,81). Sum of RGB (Red+Green+Blue) = 133+38+81=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852651 is #7AD9AE. Grayscale: #474747. Windows color (decimal): -8051119 or 5318277. OLE color: 5318277.

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

Color convert

RGB 133 38 81 -
CMYK 0 0.71 0.39 0.48
HSL 332.84º 0.56% 0.34% -
HSV(B) 332.84º 0.71% 0.52% -
XYZ 11.85 6.97 8.5 -
YUV 71.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 133 38 81 0 0.71 0.39 0.48 332.84 0.56 0.34
Hex 85 26 51 0 47 27 30 14D 38 22
Octal 205 46 121 0 107 47 60 515 70 42
Binary 10000101 100110 1010001 0 1000111 100111 110000 101001101 111000 100010

Color Harmonies of #852651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852651

Black with #852651

Text Example


Text Example

White with #852651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852651; }

 p { color: rgb(133,38,81); }

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

background-color css

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

 a { background-color: rgb(133,38,81); }

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

border-color css

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

 span { border-color: rgb(133,38,81); }

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