Html Css Color HEX #853359 Rose Bud Cherry

📋 copy color: '#853359'

red 133 ◦ green 51 ◦ blue 89

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

Shades of Rose Bud Cherry #853359

Tints of Rose Bud Cherry #853359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 48.72%
G = 18.68%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#853359 (or 0x853359) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 59. RGB value is (133,51,89). Sum of RGB (Red+Green+Blue) = 133+51+89=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853359 is #7ACCA6. Grayscale: #4F4F4F. Windows color (decimal): -8047783 or 5845893. OLE color: 5845893.

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

Color convert

RGB 133 51 89 -
CMYK 0 0.62 0.33 0.48
HSL 332.2º 0.45% 0.36% -
HSV(B) 332.2º 0.62% 0.52% -
XYZ 12.66 8.08 10.34 -
YUV 79.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 133 51 89 0 0.62 0.33 0.48 332.2 0.45 0.36
Hex 85 33 59 0 3E 21 30 14C 2D 24
Octal 205 63 131 0 76 41 60 514 55 44
Binary 10000101 110011 1011001 0 111110 100001 110000 101001100 101101 100100

Color Harmonies of #853359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853359

Black with #853359

Text Example


Text Example

White with #853359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853359; }

 p { color: rgb(133,51,89); }

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

background-color css

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

 a { background-color: rgb(133,51,89); }

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

border-color css

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

 span { border-color: rgb(133,51,89); }

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