Html Css Color HEX #871A54 Rose Bud Cherry

📋 copy color: '#871A54'

red 135 ◦ green 26 ◦ blue 84

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

Shades of Rose Bud Cherry #871A54

Tints of Rose Bud Cherry #871A54

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 84 (33.2% from 255) = 34.29%

R = 55.1%
G = 10.61%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#871A54 (or 0x871A54) is known color: Rose Bud Cherry. HEX triplet: 87, 1A and 54. RGB value is (135,26,84). Sum of RGB (Red+Green+Blue) = 135+26+84=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #871A54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871A54 is #78E5AB. Grayscale: #414141. Windows color (decimal): -7923116 or 5511815. OLE color: 5511815.

HSL color Cylindrical-coordinate representation of color #871A54: hue angle of 328.07º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A54 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 26 84 -
CMYK 0 0.81 0.38 0.47
HSL 328.07º 0.68% 0.32% -
HSV(B) 328.07º 0.81% 0.53% -
XYZ 11.96 6.53 9.02 -
YUV 65.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 135 26 84 0 0.81 0.38 0.47 328.07 0.68 0.32
Hex 87 1A 54 0 51 26 2F 148 44 20
Octal 207 32 124 0 121 46 57 510 104 40
Binary 10000111 11010 1010100 0 1010001 100110 101111 101001000 1000100 100000

Color Harmonies of #871A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871A54

Black with #871A54

Text Example


Text Example

White with #871A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871A54; }

 p { color: rgb(135,26,84); }

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

background-color css

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

 a { background-color: rgb(135,26,84); }

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

border-color css

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

 span { border-color: rgb(135,26,84); }

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