Html Css Color HEX #852663 Rose Bud Cherry

📋 copy color: '#852663'

red 133 ◦ green 38 ◦ blue 99

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

Shades of Rose Bud Cherry #852663

Tints of Rose Bud Cherry #852663

RGB

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

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

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

R = 49.26%
G = 14.07%
B = 36.67%

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

#852663 (or 0x852663) is known color: Rose Bud Cherry. HEX triplet: 85, 26 and 63. RGB value is (133,38,99). Sum of RGB (Red+Green+Blue) = 133+38+99=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852663 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852663 is #7AD99C. Grayscale: #494949. Windows color (decimal): -8051101 or 6497925. OLE color: 6497925.

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

Color convert

RGB 133 38 99 -
CMYK 0 0.71 0.26 0.48
HSL 321.47º 0.56% 0.34% -
HSV(B) 321.47º 0.71% 0.52% -
XYZ 12.62 7.27 12.54 -
YUV 73.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 133 38 99 0 0.71 0.26 0.48 321.47 0.56 0.34
Hex 85 26 63 0 47 1A 30 141 38 22
Octal 205 46 143 0 107 32 60 501 70 42
Binary 10000101 100110 1100011 0 1000111 11010 110000 101000001 111000 100010

Color Harmonies of #852663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852663

Black with #852663

Text Example


Text Example

White with #852663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852663; }

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

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

background-color css

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

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

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

border-color css

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

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

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