Html Css Color HEX #853266 Rose Bud Cherry

📋 copy color: '#853266'

red 133 ◦ green 50 ◦ blue 102

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

Shades of Rose Bud Cherry #853266

Tints of Rose Bud Cherry #853266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 46.67%
G = 17.54%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853266 (or 0x853266) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 66. RGB value is (133,50,102). Sum of RGB (Red+Green+Blue) = 133+50+102=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853266 is #7ACD99. Grayscale: #505050. Windows color (decimal): -8048026 or 6697605. OLE color: 6697605.

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

Color convert

RGB 133 50 102 -
CMYK 0 0.62 0.23 0.48
HSL 322.41º 0.45% 0.36% -
HSV(B) 322.41º 0.62% 0.52% -
XYZ 13.21 8.23 13.46 -
YUV 80.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 133 50 102 0 0.62 0.23 0.48 322.41 0.45 0.36
Hex 85 32 66 0 3E 17 30 142 2D 24
Octal 205 62 146 0 76 27 60 502 55 44
Binary 10000101 110010 1100110 0 111110 10111 110000 101000010 101101 100100

Color Harmonies of #853266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853266

Black with #853266

Text Example


Text Example

White with #853266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853266; }

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

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

background-color css

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

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

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

border-color css

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

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

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