Html Css Color HEX #87194D Rose Bud Cherry

📋 copy color: '#87194D'

red 135 ◦ green 25 ◦ blue 77

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

Shades of Rose Bud Cherry #87194D

Tints of Rose Bud Cherry #87194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.55%

 BLUE value IS 77 (30.47% from 255) = 32.49%

R = 56.96%
G = 10.55%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#87194D (or 0x87194D) is known color: Rose Bud Cherry. HEX triplet: 87, 19 and 4D. RGB value is (135,25,77). Sum of RGB (Red+Green+Blue) = 135+25+77=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #87194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87194D is #78E6B2. Grayscale: #3F3F3F. Windows color (decimal): -7923379 or 5052807. OLE color: 5052807.

HSL color Cylindrical-coordinate representation of color #87194D: hue angle of 331.64º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #87194D is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 77 -
CMYK 0 0.81 0.43 0.47
HSL 331.64º 0.69% 0.31% -
HSV(B) 331.64º 0.81% 0.53% -
XYZ 11.68 6.38 7.64 -
YUV 63.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 135 25 77 0 0.81 0.43 0.47 331.64 0.69 0.31
Hex 87 19 4D 0 51 2B 2F 14C 45 1F
Octal 207 31 115 0 121 53 57 514 105 37
Binary 10000111 11001 1001101 0 1010001 101011 101111 101001100 1000101 11111

Color Harmonies of #87194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87194D

Black with #87194D

Text Example


Text Example

White with #87194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87194D; }

 p { color: rgb(135,25,77); }

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

background-color css

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

 a { background-color: rgb(135,25,77); }

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

border-color css

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

 span { border-color: rgb(135,25,77); }

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