Html Css Color HEX #873065 Rose Bud Cherry

📋 copy color: '#873065'

red 135 ◦ green 48 ◦ blue 101

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

Shades of Rose Bud Cherry #873065

Tints of Rose Bud Cherry #873065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.9%

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

R = 47.54%
G = 16.9%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#873065 (or 0x873065) is known color: Rose Bud Cherry. HEX triplet: 87, 30 and 65. RGB value is (135,48,101). Sum of RGB (Red+Green+Blue) = 135+48+101=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #873065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873065 is #78CF9A. Grayscale: #4F4F4F. Windows color (decimal): -7917467 or 6631559. OLE color: 6631559.

HSL color Cylindrical-coordinate representation of color #873065: hue angle of 323.45º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873065 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 101 -
CMYK 0 0.64 0.25 0.47
HSL 323.45º 0.48% 0.36% -
HSV(B) 323.45º 0.64% 0.53% -
XYZ 13.4 8.2 13.19 -
YUV 80.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 135 48 101 0 0.64 0.25 0.47 323.45 0.48 0.36
Hex 87 30 65 0 40 19 2F 143 30 24
Octal 207 60 145 0 100 31 57 503 60 44
Binary 10000111 110000 1100101 0 1000000 11001 101111 101000011 110000 100100

Color Harmonies of #873065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873065

Black with #873065

Text Example


Text Example

White with #873065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873065; }

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

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

background-color css

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

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

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

border-color css

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

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

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