Html Css Color HEX #853052 Rose Bud Cherry

📋 copy color: '#853052'

red 133 ◦ green 48 ◦ blue 82

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

Shades of Rose Bud Cherry #853052

Tints of Rose Bud Cherry #853052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 50.57%
G = 18.25%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#853052 (or 0x853052) is known color: Rose Bud Cherry. HEX triplet: 85, 30 and 52. RGB value is (133,48,82). Sum of RGB (Red+Green+Blue) = 133+48+82=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #853052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853052 is #7ACFAD. Grayscale: #4D4D4D. Windows color (decimal): -8048558 or 5386373. OLE color: 5386373.

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

Color convert

RGB 133 48 82 -
CMYK 0 0.64 0.38 0.48
HSL 336º 0.47% 0.35% -
HSV(B) 336º 0.64% 0.52% -
XYZ 12.25 7.71 8.82 -
YUV 77.29 130.66 167.74 -
System Red Green Blue C M Y K H S L
Decimal 133 48 82 0 0.64 0.38 0.48 336 0.47 0.35
Hex 85 30 52 0 40 26 30 150 2F 23
Octal 205 60 122 0 100 46 60 520 57 43
Binary 10000101 110000 1010010 0 1000000 100110 110000 101010000 101111 100011

Color Harmonies of #853052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853052

Black with #853052

Text Example


Text Example

White with #853052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853052; }

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

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

background-color css

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

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

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

border-color css

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

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

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