Html Css Color HEX #872B65 Rose Bud Cherry

📋 copy color: '#872B65'

red 135 ◦ green 43 ◦ blue 101

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

Shades of Rose Bud Cherry #872B65

Tints of Rose Bud Cherry #872B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 48.39%
G = 15.41%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#872B65 (or 0x872B65) is known color: Rose Bud Cherry. HEX triplet: 87, 2B and 65. RGB value is (135,43,101). Sum of RGB (Red+Green+Blue) = 135+43+101=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #872B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872B65 is #78D49A. Grayscale: #4C4C4C. Windows color (decimal): -7918747 or 6630279. OLE color: 6630279.

HSL color Cylindrical-coordinate representation of color #872B65: hue angle of 322.17º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #872B65 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 43 101 -
CMYK 0 0.68 0.25 0.47
HSL 322.17º 0.52% 0.35% -
HSV(B) 322.17º 0.68% 0.53% -
XYZ 13.2 7.82 13.13 -
YUV 77.12 141.48 169.28 -
System Red Green Blue C M Y K H S L
Decimal 135 43 101 0 0.68 0.25 0.47 322.17 0.52 0.35
Hex 87 2B 65 0 44 19 2F 142 34 23
Octal 207 53 145 0 104 31 57 502 64 43
Binary 10000111 101011 1100101 0 1000100 11001 101111 101000010 110100 100011

Color Harmonies of #872B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872B65

Black with #872B65

Text Example


Text Example

White with #872B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872B65; }

 p { color: rgb(135,43,101); }

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

background-color css

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

 a { background-color: rgb(135,43,101); }

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

border-color css

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

 span { border-color: rgb(135,43,101); }

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