Html Css Color HEX #863558 Rose Bud Cherry

📋 copy color: '#863558'

red 134 ◦ green 53 ◦ blue 88

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

Shades of Rose Bud Cherry #863558

Tints of Rose Bud Cherry #863558

RGB

 RED value IS 134 (52.73% from 255) = 48.73%

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 48.73%
G = 19.27%
B = 32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#863558 (or 0x863558) is known color: Rose Bud Cherry. HEX triplet: 86, 35 and 58. RGB value is (134,53,88). Sum of RGB (Red+Green+Blue) = 134+53+88=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #863558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863558 is #79CAA7. Grayscale: #515151. Windows color (decimal): -7981736 or 5780870. OLE color: 5780870.

HSL color Cylindrical-coordinate representation of color #863558: hue angle of 334.07º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863558 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 88 -
CMYK 0 0.60 0.34 0.47
HSL 334.07º 0.43% 0.37% -
HSV(B) 334.07º 0.6% 0.53% -
XYZ 12.87 8.32 10.16 -
YUV 81.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 134 53 88 0 0.60 0.34 0.47 334.07 0.43 0.37
Hex 86 35 58 0 3C 22 2F 14E 2B 25
Octal 206 65 130 0 74 42 57 516 53 45
Binary 10000110 110101 1011000 0 111100 100010 101111 101001110 101011 100101

Color Harmonies of #863558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863558

Black with #863558

Text Example


Text Example

White with #863558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863558; }

 p { color: rgb(134,53,88); }

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

background-color css

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

 a { background-color: rgb(134,53,88); }

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

border-color css

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

 span { border-color: rgb(134,53,88); }

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