Html Css Color HEX #873355 Rose Bud Cherry

📋 copy color: '#873355'

red 135 ◦ green 51 ◦ blue 85

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

Shades of Rose Bud Cherry #873355

Tints of Rose Bud Cherry #873355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 49.82%
G = 18.82%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#873355 (or 0x873355) is known color: Rose Bud Cherry. HEX triplet: 87, 33 and 55. RGB value is (135,51,85). Sum of RGB (Red+Green+Blue) = 135+51+85=271 (35% of max value = 765). Red value is 135 (53.12% from 255 or 49.82% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 135 - color contains mainly: red. Hex color #873355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873355 is #78CCAA. Grayscale: #4F4F4F. Windows color (decimal): -7916715 or 5583751. OLE color: 5583751.

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

Color convert

RGB 135 51 85 -
CMYK 0 0.62 0.37 0.47
HSL 335.71º 0.45% 0.36% -
HSV(B) 335.71º 0.62% 0.53% -
XYZ 12.82 8.17 9.5 -
YUV 79.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 135 51 85 0 0.62 0.37 0.47 335.71 0.45 0.36
Hex 87 33 55 0 3E 25 2F 150 2D 24
Octal 207 63 125 0 76 45 57 520 55 44
Binary 10000111 110011 1010101 0 111110 100101 101111 101010000 101101 100100

Color Harmonies of #873355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873355

Black with #873355

Text Example


Text Example

White with #873355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873355; }

 p { color: rgb(135,51,85); }

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

background-color css

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

 a { background-color: rgb(135,51,85); }

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

border-color css

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

 span { border-color: rgb(135,51,85); }

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