Html Css Color HEX #853063 Rose Bud Cherry

📋 copy color: '#853063'

red 133 ◦ green 48 ◦ blue 99

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

Shades of Rose Bud Cherry #853063

Tints of Rose Bud Cherry #853063

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 47.5%
G = 17.14%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853063 (or 0x853063) is known color: Rose Bud Cherry. HEX triplet: 85, 30 and 63. RGB value is (133,48,99). Sum of RGB (Red+Green+Blue) = 133+48+99=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #853063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853063 is #7ACF9C. Grayscale: #4F4F4F. Windows color (decimal): -8048541 or 6500485. OLE color: 6500485.

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

Color convert

RGB 133 48 99 -
CMYK 0 0.64 0.26 0.48
HSL 324º 0.47% 0.35% -
HSV(B) 324º 0.64% 0.52% -
XYZ 12.98 8 12.66 -
YUV 79.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 133 48 99 0 0.64 0.26 0.48 324 0.47 0.35
Hex 85 30 63 0 40 1A 30 144 2F 23
Octal 205 60 143 0 100 32 60 504 57 43
Binary 10000101 110000 1100011 0 1000000 11010 110000 101000100 101111 100011

Color Harmonies of #853063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853063

Black with #853063

Text Example


Text Example

White with #853063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853063; }

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

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

background-color css

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

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

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

border-color css

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

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

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