Html Css Color HEX #873468 Rose Bud Cherry

📋 copy color: '#873468'

red 135 ◦ green 52 ◦ blue 104

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

Shades of Rose Bud Cherry #873468

Tints of Rose Bud Cherry #873468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.87%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 46.39%
G = 17.87%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#873468 (or 0x873468) is known color: Rose Bud Cherry. HEX triplet: 87, 34 and 68. RGB value is (135,52,104). Sum of RGB (Red+Green+Blue) = 135+52+104=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #873468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873468 is #78CB97. Grayscale: #525252. Windows color (decimal): -7916440 or 6829191. OLE color: 6829191.

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

Color convert

RGB 135 52 104 -
CMYK 0 0.61 0.23 0.47
HSL 322.41º 0.44% 0.37% -
HSV(B) 322.41º 0.61% 0.53% -
XYZ 13.72 8.61 14.03 -
YUV 82.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 135 52 104 0 0.61 0.23 0.47 322.41 0.44 0.37
Hex 87 34 68 0 3D 17 2F 142 2C 25
Octal 207 64 150 0 75 27 57 502 54 45
Binary 10000111 110100 1101000 0 111101 10111 101111 101000010 101100 100101

Color Harmonies of #873468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873468

Black with #873468

Text Example


Text Example

White with #873468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873468; }

 p { color: rgb(135,52,104); }

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

background-color css

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

 a { background-color: rgb(135,52,104); }

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

border-color css

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

 span { border-color: rgb(135,52,104); }

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