Html Css Color HEX #873064 Rose Bud Cherry

📋 copy color: '#873064'

red 135 ◦ green 48 ◦ blue 100

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

Shades of Rose Bud Cherry #873064

Tints of Rose Bud Cherry #873064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 47.7%
G = 16.96%
B = 35.34%

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

#873064 (or 0x873064) is known color: Rose Bud Cherry. HEX triplet: 87, 30 and 64. RGB value is (135,48,100). Sum of RGB (Red+Green+Blue) = 135+48+100=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #873064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873064 is #78CF9B. Grayscale: #4F4F4F. Windows color (decimal): -7917468 or 6566023. OLE color: 6566023.

HSL color Cylindrical-coordinate representation of color #873064: hue angle of 324.14º degrees, saturation: 0.48, 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 #873064 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 100 -
CMYK 0 0.64 0.26 0.47
HSL 324.14º 0.48% 0.36% -
HSV(B) 324.14º 0.64% 0.53% -
XYZ 13.35 8.18 12.93 -
YUV 79.94 139.32 167.27 -
System Red Green Blue C M Y K H S L
Decimal 135 48 100 0 0.64 0.26 0.47 324.14 0.48 0.36
Hex 87 30 64 0 40 1A 2F 144 30 24
Octal 207 60 144 0 100 32 57 504 60 44
Binary 10000111 110000 1100100 0 1000000 11010 101111 101000100 110000 100100

Color Harmonies of #873064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873064

Black with #873064

Text Example


Text Example

White with #873064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873064; }

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

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

background-color css

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

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

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

border-color css

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

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

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