Html Css Color HEX #873053 Rose Bud Cherry

📋 copy color: '#873053'

red 135 ◦ green 48 ◦ blue 83

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

Shades of Rose Bud Cherry #873053

Tints of Rose Bud Cherry #873053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.2%

R = 50.75%
G = 18.05%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#873053 (or 0x873053) is known color: Rose Bud Cherry. HEX triplet: 87, 30 and 53. RGB value is (135,48,83). Sum of RGB (Red+Green+Blue) = 135+48+83=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873053 is #78CFAC. Grayscale: #4D4D4D. Windows color (decimal): -7917485 or 5451911. OLE color: 5451911.

HSL color Cylindrical-coordinate representation of color #873053: hue angle of 335.86º 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 #873053 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 48 83 -
CMYK 0 0.64 0.39 0.47
HSL 335.86º 0.48% 0.36% -
HSV(B) 335.86º 0.64% 0.53% -
XYZ 12.61 7.89 9.04 -
YUV 78 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 135 48 83 0 0.64 0.39 0.47 335.86 0.48 0.36
Hex 87 30 53 0 40 27 2F 150 30 24
Octal 207 60 123 0 100 47 57 520 60 44
Binary 10000111 110000 1010011 0 1000000 100111 101111 101010000 110000 100100

Color Harmonies of #873053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873053

Black with #873053

Text Example


Text Example

White with #873053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873053; }

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

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

background-color css

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

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

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

border-color css

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

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

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