Html Css Color HEX #873164 Rose Bud Cherry

📋 copy color: '#873164'

red 135 ◦ green 49 ◦ blue 100

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

Shades of Rose Bud Cherry #873164

Tints of Rose Bud Cherry #873164

RGB

 RED value IS 135 (53.13% from 255) = 47.54%

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

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 47.54%
G = 17.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#873164 (or 0x873164) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 64. RGB value is (135,49,100). Sum of RGB (Red+Green+Blue) = 135+49+100=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #873164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873164 is #78CE9B. Grayscale: #505050. Windows color (decimal): -7917212 or 6566279. OLE color: 6566279.

HSL color Cylindrical-coordinate representation of color #873164: hue angle of 324.42º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873164 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 100 -
CMYK 0 0.64 0.26 0.47
HSL 324.42º 0.47% 0.36% -
HSV(B) 324.42º 0.64% 0.53% -
XYZ 13.39 8.27 12.95 -
YUV 80.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 135 49 100 0 0.64 0.26 0.47 324.42 0.47 0.36
Hex 87 31 64 0 40 1A 2F 144 2F 24
Octal 207 61 144 0 100 32 57 504 57 44
Binary 10000111 110001 1100100 0 1000000 11010 101111 101000100 101111 100100

Color Harmonies of #873164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873164

Black with #873164

Text Example


Text Example

White with #873164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873164; }

 p { color: rgb(135,49,100); }

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

background-color css

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

 a { background-color: rgb(135,49,100); }

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

border-color css

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

 span { border-color: rgb(135,49,100); }

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