Html Css Color HEX #853758 Rose Bud Cherry

📋 copy color: '#853758'

red 133 ◦ green 55 ◦ blue 88

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

Shades of Rose Bud Cherry #853758

Tints of Rose Bud Cherry #853758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 48.19%
G = 19.93%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#853758 (or 0x853758) is known color: Rose Bud Cherry. HEX triplet: 85, 37 and 58. RGB value is (133,55,88). Sum of RGB (Red+Green+Blue) = 133+55+88=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #853758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853758 is #7AC8A7. Grayscale: #525252. Windows color (decimal): -8046760 or 5781381. OLE color: 5781381.

HSL color Cylindrical-coordinate representation of color #853758: hue angle of 334.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853758 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 55 88 -
CMYK 0 0.59 0.34 0.48
HSL 334.62º 0.41% 0.37% -
HSV(B) 334.62º 0.59% 0.52% -
XYZ 12.8 8.42 10.18 -
YUV 82.08 131.34 164.32 -
System Red Green Blue C M Y K H S L
Decimal 133 55 88 0 0.59 0.34 0.48 334.62 0.41 0.37
Hex 85 37 58 0 3B 22 30 14F 29 25
Octal 205 67 130 0 73 42 60 517 51 45
Binary 10000101 110111 1011000 0 111011 100010 110000 101001111 101001 100101

Color Harmonies of #853758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853758

Black with #853758

Text Example


Text Example

White with #853758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853758; }

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

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

background-color css

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

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

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

border-color css

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

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

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