Html Css Color HEX #853461 Rose Bud Cherry

📋 copy color: '#853461'

red 133 ◦ green 52 ◦ blue 97

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

Shades of Rose Bud Cherry #853461

Tints of Rose Bud Cherry #853461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 47.16%
G = 18.44%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#853461 (or 0x853461) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 61. RGB value is (133,52,97). Sum of RGB (Red+Green+Blue) = 133+52+97=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853461 is #7ACB9E. Grayscale: #515151. Windows color (decimal): -8047519 or 6370437. OLE color: 6370437.

HSL color Cylindrical-coordinate representation of color #853461: hue angle of 326.67º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853461 is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 97 -
CMYK 0 0.61 0.27 0.48
HSL 326.67º 0.44% 0.36% -
HSV(B) 326.67º 0.61% 0.52% -
XYZ 13.06 8.31 12.22 -
YUV 81.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 133 52 97 0 0.61 0.27 0.48 326.67 0.44 0.36
Hex 85 34 61 0 3D 1B 30 147 2C 24
Octal 205 64 141 0 75 33 60 507 54 44
Binary 10000101 110100 1100001 0 111101 11011 110000 101000111 101100 100100

Color Harmonies of #853461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853461

Black with #853461

Text Example


Text Example

White with #853461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853461; }

 p { color: rgb(133,52,97); }

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

background-color css

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

 a { background-color: rgb(133,52,97); }

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

border-color css

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

 span { border-color: rgb(133,52,97); }

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