Html Css Color HEX #873769 Rose Bud Cherry

📋 copy color: '#873769'

red 135 ◦ green 55 ◦ blue 105

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

Shades of Rose Bud Cherry #873769

Tints of Rose Bud Cherry #873769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 45.76%
G = 18.64%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#873769 (or 0x873769) is known color: Rose Bud Cherry. HEX triplet: 87, 37 and 69. RGB value is (135,55,105). Sum of RGB (Red+Green+Blue) = 135+55+105=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #873769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873769 is #78C896. Grayscale: #545454. Windows color (decimal): -7915671 or 6895495. OLE color: 6895495.

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

Color convert

RGB 135 55 105 -
CMYK 0 0.59 0.22 0.47
HSL 322.5º 0.42% 0.37% -
HSV(B) 322.5º 0.59% 0.53% -
XYZ 13.91 8.9 14.35 -
YUV 84.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 135 55 105 0 0.59 0.22 0.47 322.5 0.42 0.37
Hex 87 37 69 0 3B 16 2F 142 2A 25
Octal 207 67 151 0 73 26 57 502 52 45
Binary 10000111 110111 1101001 0 111011 10110 101111 101000010 101010 100101

Color Harmonies of #873769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873769

Black with #873769

Text Example


Text Example

White with #873769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873769; }

 p { color: rgb(135,55,105); }

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

background-color css

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

 a { background-color: rgb(135,55,105); }

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

border-color css

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

 span { border-color: rgb(135,55,105); }

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