Html Css Color HEX #853854 Rose Bud Cherry

📋 copy color: '#853854'

red 133 ◦ green 56 ◦ blue 84

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

Shades of Rose Bud Cherry #853854

Tints of Rose Bud Cherry #853854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 48.72%
G = 20.51%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#853854 (or 0x853854) is known color: Rose Bud Cherry. HEX triplet: 85, 38 and 54. RGB value is (133,56,84). Sum of RGB (Red+Green+Blue) = 133+56+84=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #853854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853854 is #7AC7AB. Grayscale: #525252. Windows color (decimal): -8046508 or 5519493. OLE color: 5519493.

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

Color convert

RGB 133 56 84 -
CMYK 0 0.58 0.37 0.48
HSL 338.18º 0.41% 0.37% -
HSV(B) 338.18º 0.58% 0.52% -
XYZ 12.69 8.45 9.35 -
YUV 82.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 133 56 84 0 0.58 0.37 0.48 338.18 0.41 0.37
Hex 85 38 54 0 3A 25 30 152 29 25
Octal 205 70 124 0 72 45 60 522 51 45
Binary 10000101 111000 1010100 0 111010 100101 110000 101010010 101001 100101

Color Harmonies of #853854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853854

Black with #853854

Text Example


Text Example

White with #853854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853854; }

 p { color: rgb(133,56,84); }

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

background-color css

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

 a { background-color: rgb(133,56,84); }

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

border-color css

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

 span { border-color: rgb(133,56,84); }

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