Html Css Color HEX #853356 Rose Bud Cherry

📋 copy color: '#853356'

red 133 ◦ green 51 ◦ blue 86

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

Shades of Rose Bud Cherry #853356

Tints of Rose Bud Cherry #853356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.85%

R = 49.26%
G = 18.89%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#853356 (or 0x853356) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 56. RGB value is (133,51,86). Sum of RGB (Red+Green+Blue) = 133+51+86=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #853356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853356 is #7ACCA9. Grayscale: #4F4F4F. Windows color (decimal): -8047786 or 5649285. OLE color: 5649285.

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

Color convert

RGB 133 51 86 -
CMYK 0 0.62 0.35 0.48
HSL 334.39º 0.45% 0.36% -
HSV(B) 334.39º 0.62% 0.52% -
XYZ 12.54 8.03 9.69 -
YUV 79.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 133 51 86 0 0.62 0.35 0.48 334.39 0.45 0.36
Hex 85 33 56 0 3E 23 30 14E 2D 24
Octal 205 63 126 0 76 43 60 516 55 44
Binary 10000101 110011 1010110 0 111110 100011 110000 101001110 101101 100100

Color Harmonies of #853356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853356

Black with #853356

Text Example


Text Example

White with #853356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853356; }

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

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

background-color css

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

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

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

border-color css

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

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

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