Html Css Color HEX #853263 Rose Bud Cherry

📋 copy color: '#853263'

red 133 ◦ green 50 ◦ blue 99

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

Shades of Rose Bud Cherry #853263

Tints of Rose Bud Cherry #853263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 47.16%
G = 17.73%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853263 (or 0x853263) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 63. RGB value is (133,50,99). Sum of RGB (Red+Green+Blue) = 133+50+99=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853263 is #7ACD9C. Grayscale: #505050. Windows color (decimal): -8048029 or 6500997. OLE color: 6500997.

HSL color Cylindrical-coordinate representation of color #853263: hue angle of 324.58º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853263 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 99 -
CMYK 0 0.62 0.26 0.48
HSL 324.58º 0.45% 0.36% -
HSV(B) 324.58º 0.62% 0.52% -
XYZ 13.07 8.17 12.69 -
YUV 80.4 138.5 165.52 -
System Red Green Blue C M Y K H S L
Decimal 133 50 99 0 0.62 0.26 0.48 324.58 0.45 0.36
Hex 85 32 63 0 3E 1A 30 145 2D 24
Octal 205 62 143 0 76 32 60 505 55 44
Binary 10000101 110010 1100011 0 111110 11010 110000 101000101 101101 100100

Color Harmonies of #853263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853263

Black with #853263

Text Example


Text Example

White with #853263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853263; }

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

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

background-color css

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

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

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

border-color css

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

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

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