Html Css Color HEX #853262 Rose Bud Cherry

📋 copy color: '#853262'

red 133 ◦ green 50 ◦ blue 98

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

Shades of Rose Bud Cherry #853262

Tints of Rose Bud Cherry #853262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 47.33%
G = 17.79%
B = 34.88%

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

#853262 (or 0x853262) is known color: Rose Bud Cherry. HEX triplet: 85, 32 and 62. RGB value is (133,50,98). Sum of RGB (Red+Green+Blue) = 133+50+98=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #853262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853262 is #7ACD9D. Grayscale: #505050. Windows color (decimal): -8048030 or 6435461. OLE color: 6435461.

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

Color convert

RGB 133 50 98 -
CMYK 0 0.62 0.26 0.48
HSL 325.3º 0.45% 0.36% -
HSV(B) 325.3º 0.62% 0.52% -
XYZ 13.02 8.15 12.44 -
YUV 80.29 138 165.6 -
System Red Green Blue C M Y K H S L
Decimal 133 50 98 0 0.62 0.26 0.48 325.3 0.45 0.36
Hex 85 32 62 0 3E 1A 30 145 2D 24
Octal 205 62 142 0 76 32 60 505 55 44
Binary 10000101 110010 1100010 0 111110 11010 110000 101000101 101101 100100

Color Harmonies of #853262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853262

Black with #853262

Text Example


Text Example

White with #853262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853262; }

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

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

background-color css

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

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

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

border-color css

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

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

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