Html Css Color HEX #873358 Rose Bud Cherry

📋 copy color: '#873358'

red 135 ◦ green 51 ◦ blue 88

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

Shades of Rose Bud Cherry #873358

Tints of Rose Bud Cherry #873358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 49.27%
G = 18.61%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#873358 (or 0x873358) is known color: Rose Bud Cherry. HEX triplet: 87, 33 and 58. RGB value is (135,51,88). Sum of RGB (Red+Green+Blue) = 135+51+88=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #873358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873358 is #78CCA7. Grayscale: #505050. Windows color (decimal): -7916712 or 5780359. OLE color: 5780359.

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

Color convert

RGB 135 51 88 -
CMYK 0 0.62 0.35 0.47
HSL 333.57º 0.45% 0.36% -
HSV(B) 333.57º 0.62% 0.53% -
XYZ 12.94 8.22 10.14 -
YUV 80.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 135 51 88 0 0.62 0.35 0.47 333.57 0.45 0.36
Hex 87 33 58 0 3E 23 2F 14E 2D 24
Octal 207 63 130 0 76 43 57 516 55 44
Binary 10000111 110011 1011000 0 111110 100011 101111 101001110 101101 100100

Color Harmonies of #873358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #873358

Black with #873358

Text Example


Text Example

White with #873358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #873358; }

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

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

background-color css

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

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

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

border-color css

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

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

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