Html Css Color HEX #87265C Rose Bud Cherry

📋 copy color: '#87265C'

red 135 ◦ green 38 ◦ blue 92

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

Shades of Rose Bud Cherry #87265C

Tints of Rose Bud Cherry #87265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.34%

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 50.94%
G = 14.34%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87265C (or 0x87265C) is known color: Rose Bud Cherry. HEX triplet: 87, 26 and 5C. RGB value is (135,38,92). Sum of RGB (Red+Green+Blue) = 135+38+92=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87265C is #78D9A3. Grayscale: #494949. Windows color (decimal): -7920036 or 6039175. OLE color: 6039175.

HSL color Cylindrical-coordinate representation of color #87265C: hue angle of 326.6º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #87265C is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 38 92 -
CMYK 0 0.72 0.32 0.47
HSL 326.6º 0.56% 0.34% -
HSV(B) 326.6º 0.72% 0.53% -
XYZ 12.62 7.31 10.87 -
YUV 73.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 135 38 92 0 0.72 0.32 0.47 326.6 0.56 0.34
Hex 87 26 5C 0 48 20 2F 147 38 22
Octal 207 46 134 0 110 40 57 507 70 42
Binary 10000111 100110 1011100 0 1001000 100000 101111 101000111 111000 100010

Color Harmonies of #87265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87265C

Black with #87265C

Text Example


Text Example

White with #87265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87265C; }

 p { color: rgb(135,38,92); }

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

background-color css

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

 a { background-color: rgb(135,38,92); }

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

border-color css

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

 span { border-color: rgb(135,38,92); }

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