Html Css Color HEX #853053 Rose Bud Cherry

📋 copy color: '#853053'

red 133 ◦ green 48 ◦ blue 83

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

Shades of Rose Bud Cherry #853053

Tints of Rose Bud Cherry #853053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 50.38%
G = 18.18%
B = 31.44%

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

#853053 (or 0x853053) is known color: Rose Bud Cherry. HEX triplet: 85, 30 and 53. RGB value is (133,48,83). Sum of RGB (Red+Green+Blue) = 133+48+83=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #853053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853053 is #7ACFAC. Grayscale: #4D4D4D. Windows color (decimal): -8048557 or 5451909. OLE color: 5451909.

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

Color convert

RGB 133 48 83 -
CMYK 0 0.64 0.38 0.48
HSL 335.29º 0.47% 0.35% -
HSV(B) 335.29º 0.64% 0.52% -
XYZ 12.29 7.72 9.03 -
YUV 77.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 133 48 83 0 0.64 0.38 0.48 335.29 0.47 0.35
Hex 85 30 53 0 40 26 30 14F 2F 23
Octal 205 60 123 0 100 46 60 517 57 43
Binary 10000101 110000 1010011 0 1000000 100110 110000 101001111 101111 100011

Color Harmonies of #853053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853053

Black with #853053

Text Example


Text Example

White with #853053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853053; }

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

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

background-color css

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

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

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

border-color css

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

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

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