Html Css Color HEX #87275E Rose Bud Cherry

📋 copy color: '#87275E'

red 135 ◦ green 39 ◦ blue 94

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

Shades of Rose Bud Cherry #87275E

Tints of Rose Bud Cherry #87275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 50.37%
G = 14.55%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87275E (or 0x87275E) is known color: Rose Bud Cherry. HEX triplet: 87, 27 and 5E. RGB value is (135,39,94). Sum of RGB (Red+Green+Blue) = 135+39+94=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #87275E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87275E is #78D8A1. Grayscale: #494949. Windows color (decimal): -7919778 or 6170503. OLE color: 6170503.

HSL color Cylindrical-coordinate representation of color #87275E: hue angle of 325.62º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87275E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 39 94 -
CMYK 0 0.71 0.30 0.47
HSL 325.63º 0.55% 0.34% -
HSV(B) 325.63º 0.71% 0.53% -
XYZ 12.74 7.41 11.35 -
YUV 73.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 135 39 94 0 0.71 0.30 0.47 325.63 0.55 0.34
Hex 87 27 5E 0 47 1E 2F 146 37 22
Octal 207 47 136 0 107 36 57 506 67 42
Binary 10000111 100111 1011110 0 1000111 11110 101111 101000110 110111 100010

Color Harmonies of #87275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87275E

Black with #87275E

Text Example


Text Example

White with #87275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87275E; }

 p { color: rgb(135,39,94); }

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

background-color css

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

 a { background-color: rgb(135,39,94); }

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

border-color css

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

 span { border-color: rgb(135,39,94); }

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