Html Css Color HEX #871452 Rose Bud Cherry

📋 copy color: '#871452'

red 135 ◦ green 20 ◦ blue 82

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

Shades of Rose Bud Cherry #871452

Tints of Rose Bud Cherry #871452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 56.96%
G = 8.44%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#871452 (or 0x871452) is known color: Rose Bud Cherry. HEX triplet: 87, 14 and 52. RGB value is (135,20,82). Sum of RGB (Red+Green+Blue) = 135+20+82=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #871452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871452 is #78EBAD. Grayscale: #3D3D3D. Windows color (decimal): -7924654 or 5379207. OLE color: 5379207.

HSL color Cylindrical-coordinate representation of color #871452: hue angle of 327.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871452 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 20 82 -
CMYK 0 0.85 0.39 0.47
HSL 327.65º 0.74% 0.3% -
HSV(B) 327.65º 0.85% 0.53% -
XYZ 11.76 6.26 8.57 -
YUV 61.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 135 20 82 0 0.85 0.39 0.47 327.65 0.74 0.3
Hex 87 14 52 0 55 27 2F 148 4A 1E
Octal 207 24 122 0 125 47 57 510 112 36
Binary 10000111 10100 1010010 0 1010101 100111 101111 101001000 1001010 11110

Color Harmonies of #871452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871452

Black with #871452

Text Example


Text Example

White with #871452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871452; }

 p { color: rgb(135,20,82); }

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

background-color css

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

 a { background-color: rgb(135,20,82); }

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

border-color css

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

 span { border-color: rgb(135,20,82); }

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