Html Css Color HEX #873264 Rose Bud Cherry

📋 copy color: '#873264'

red 135 ◦ green 50 ◦ blue 100

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

Shades of Rose Bud Cherry #873264

Tints of Rose Bud Cherry #873264

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 47.37%
G = 17.54%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#873264 (or 0x873264) is known color: Rose Bud Cherry. HEX triplet: 87, 32 and 64. RGB value is (135,50,100). Sum of RGB (Red+Green+Blue) = 135+50+100=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #873264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873264 is #78CD9B. Grayscale: #515151. Windows color (decimal): -7916956 or 6566535. OLE color: 6566535.

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

Color convert

RGB 135 50 100 -
CMYK 0 0.63 0.26 0.47
HSL 324.71º 0.46% 0.36% -
HSV(B) 324.71º 0.63% 0.53% -
XYZ 13.43 8.35 12.96 -
YUV 81.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 135 50 100 0 0.63 0.26 0.47 324.71 0.46 0.36
Hex 87 32 64 0 3F 1A 2F 145 2E 24
Octal 207 62 144 0 77 32 57 505 56 44
Binary 10000111 110010 1100100 0 111111 11010 101111 101000101 101110 100100

Color Harmonies of #873264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873264

Black with #873264

Text Example


Text Example

White with #873264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873264; }

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

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

background-color css

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

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

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

border-color css

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

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

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