Html Css Color HEX #853167 Rose Bud Cherry

📋 copy color: '#853167'

red 133 ◦ green 49 ◦ blue 103

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

Shades of Rose Bud Cherry #853167

Tints of Rose Bud Cherry #853167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 103 (40.63% from 255) = 36.14%

R = 46.67%
G = 17.19%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#853167 (or 0x853167) is known color: Rose Bud Cherry. HEX triplet: 85, 31 and 67. RGB value is (133,49,103). Sum of RGB (Red+Green+Blue) = 133+49+103=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 103 (40.62% from 255 or 36.14% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853167 is #7ACE98. Grayscale: #505050. Windows color (decimal): -8048281 or 6762885. OLE color: 6762885.

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

Color convert

RGB 133 49 103 -
CMYK 0 0.63 0.23 0.48
HSL 321.43º 0.46% 0.36% -
HSV(B) 321.43º 0.63% 0.52% -
XYZ 13.22 8.16 13.71 -
YUV 80.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 133 49 103 0 0.63 0.23 0.48 321.43 0.46 0.36
Hex 85 31 67 0 3F 17 30 141 2E 24
Octal 205 61 147 0 77 27 60 501 56 44
Binary 10000101 110001 1100111 0 111111 10111 110000 101000001 101110 100100

Color Harmonies of #853167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853167

Black with #853167

Text Example


Text Example

White with #853167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853167; }

 p { color: rgb(133,49,103); }

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

background-color css

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

 a { background-color: rgb(133,49,103); }

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

border-color css

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

 span { border-color: rgb(133,49,103); }

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