Html Css Color HEX #853358 Rose Bud Cherry

📋 copy color: '#853358'

red 133 ◦ green 51 ◦ blue 88

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

Shades of Rose Bud Cherry #853358

Tints of Rose Bud Cherry #853358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 48.9%
G = 18.75%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#853358 (or 0x853358) is known color: Rose Bud Cherry. HEX triplet: 85, 33 and 58. RGB value is (133,51,88). Sum of RGB (Red+Green+Blue) = 133+51+88=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #853358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853358 is #7ACCA7. Grayscale: #4F4F4F. Windows color (decimal): -8047784 or 5780357. OLE color: 5780357.

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

Color convert

RGB 133 51 88 -
CMYK 0 0.62 0.34 0.48
HSL 332.93º 0.45% 0.36% -
HSV(B) 332.93º 0.62% 0.52% -
XYZ 12.62 8.06 10.12 -
YUV 79.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 133 51 88 0 0.62 0.34 0.48 332.93 0.45 0.36
Hex 85 33 58 0 3E 22 30 14D 2D 24
Octal 205 63 130 0 76 42 60 515 55 44
Binary 10000101 110011 1011000 0 111110 100010 110000 101001101 101101 100100

Color Harmonies of #853358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853358

Black with #853358

Text Example


Text Example

White with #853358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853358; }

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

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

background-color css

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

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

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

border-color css

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

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

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