Html Css Color HEX #852763 Rose Bud Cherry

📋 copy color: '#852763'

red 133 ◦ green 39 ◦ blue 99

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

Shades of Rose Bud Cherry #852763

Tints of Rose Bud Cherry #852763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.53%

R = 49.08%
G = 14.39%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#852763 (or 0x852763) is known color: Rose Bud Cherry. HEX triplet: 85, 27 and 63. RGB value is (133,39,99). Sum of RGB (Red+Green+Blue) = 133+39+99=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852763 is #7AD89C. Grayscale: #494949. Windows color (decimal): -8050845 or 6498181. OLE color: 6498181.

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

Color convert

RGB 133 39 99 -
CMYK 0 0.71 0.26 0.48
HSL 321.7º 0.55% 0.34% -
HSV(B) 321.7º 0.71% 0.52% -
XYZ 12.65 7.34 12.55 -
YUV 73.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 133 39 99 0 0.71 0.26 0.48 321.7 0.55 0.34
Hex 85 27 63 0 47 1A 30 142 37 22
Octal 205 47 143 0 107 32 60 502 67 42
Binary 10000101 100111 1100011 0 1000111 11010 110000 101000010 110111 100010

Color Harmonies of #852763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852763

Black with #852763

Text Example


Text Example

White with #852763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852763; }

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

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

background-color css

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

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

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

border-color css

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

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

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